We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c8b2e commit 736c662Copy full SHA for 736c662
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Get auth token
17
id: token
18
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
19
with:
20
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
21
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
0 commit comments