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 397b3af commit b1a14beCopy full SHA for b1a14be
.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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
+ uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
28
id: generate-token
29
with:
30
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} # <-- GitHub App ID secret name
0 commit comments