We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82795e8 commit 7bc92afCopy full SHA for 7bc92af
1 file changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: Generate bot token
20
id: app-token
21
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
+ uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
22
with:
23
app-id: ${{ secrets.RELEASE_APP_ID }}
24
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
0 commit comments