We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcfa0f commit 8016aabCopy full SHA for 8016aab
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Get auth token
22
id: token
23
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
+ uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
24
with:
25
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
26
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
0 commit comments