We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f85e8b + 3fb7066 commit 1a352a9Copy full SHA for 1a352a9
.github/workflows/backbot.yml
@@ -24,7 +24,7 @@ jobs:
24
# GitHub doesn't allow to alter any file within the .github/workflows directory using the default GITHUB_TOKEN.
25
# This action will create a token with the permissions defined below and is valid only for 1 hour, but if the
26
# job completes before that 1 hour limit, the token will automatically be revoked.
27
- uses: actions/create-github-app-token@v2.2.1
+ uses: actions/create-github-app-token@v3.0.0
28
id: backbot-token
29
with:
30
app-id: ${{ secrets.BACKBOT_APP_ID }}
0 commit comments