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 d00c01c commit aa2edf7Copy full SHA for aa2edf7
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- name: Get auth token
49
id: token
50
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
+ uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
51
with:
52
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
53
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
0 commit comments