We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1571be7 commit 4a0270fCopy full SHA for 4a0270f
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: Get auth token
20
id: token
21
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
+ uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
22
with:
23
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
24
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
0 commit comments