We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a39ceb + c8920ac commit 67f72f9Copy full SHA for 67f72f9
.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@v3.0.0
+ uses: actions/create-github-app-token@v3.1.1
28
id: backbot-token
29
with:
30
app-id: ${{ secrets.BACKBOT_APP_ID }}
0 commit comments