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 aa6c1e8 commit b63e8f1Copy full SHA for b63e8f1
1 file changed
.github/workflows/release-please.yml
@@ -20,7 +20,7 @@ jobs:
20
# Generating a GitHub token, so that PRs and tags created by
21
# the release-plz-action can trigger actions workflows.
22
- name: Generate GitHub token
23
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
24
id: generate-token
25
with:
26
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
0 commit comments