We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f5aae commit bd385a5Copy full SHA for bd385a5
.github/workflows/release-please.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Generate GitHub App Token
17
id: app-token
18
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
19
with:
20
app-id: ${{ secrets.RELEASE_APP_ID }}
21
private-key: ${{ secrets.RELEASE_APP_PEM }}
0 commit comments