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