We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a610a56 commit f29443cCopy full SHA for f29443c
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Generate Token
67
id: app-token
68
if: startsWith(github.ref, 'refs/tags/')
69
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
+ uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
70
with:
71
app-id: ${{ secrets.BOT_APP_ID }}
72
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
0 commit comments