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 3c51167 commit 13e3149Copy full SHA for 13e3149
.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@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
+ uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
28
id: generate-token
29
with:
30
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} # <-- GitHub App ID secret name
0 commit comments