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 e888c36 commit f8638cfCopy full SHA for f8638cf
.github/workflows/release-plz.yml
@@ -24,7 +24,7 @@ jobs:
24
# Generating a GitHub token, so that PRs and tags created by
25
# the release-plz-action can trigger actions workflows.
26
- name: Generate GitHub token
27
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
+ uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
28
id: generate-token
29
with:
30
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} # <-- GitHub App ID secret name
0 commit comments