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.
1 parent 921a3f3 commit 5877e4eCopy full SHA for 5877e4e
.github/workflows/release-please.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: Generate GitHub App Token
20
id: app-token
21
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
+ uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
22
with:
23
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
24
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
0 commit comments