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.
actions/create-github-app-token
1 parent 36d33c2 commit 57cbd2eCopy full SHA for 57cbd2e
.github/workflows/auto-merge.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- name: Get auth token
11
id: token
12
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 #v.1.10.4
+ uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
13
with:
14
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
15
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
0 commit comments