We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030a906 commit 1dc25f4Copy full SHA for 1dc25f4
.github/actions/auth-setup/action.yaml
@@ -11,7 +11,7 @@ runs:
11
steps:
12
- name: Generate GitHub App Token
13
id: app-token
14
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
15
with:
16
app-id: ${{ env.RELEASE_APP_ID }}
17
private-key: ${{ env.RELEASE_APP_PEM }}
0 commit comments