We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b94624 commit 01346a9Copy full SHA for 01346a9
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- name: Get auth token
24
id: token
25
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
26
with:
27
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
28
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
0 commit comments