We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b53f22d + 5ba0be5 commit 9be4617Copy full SHA for 9be4617
1 file changed
.github/workflows/release-plz.yml
@@ -30,7 +30,7 @@ jobs:
30
# Generating a GitHub token, so that PRs and tags created by
31
# the release-plz-action can trigger actions workflows.
32
- name: Generate GitHub token
33
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
34
id: generate-token
35
with:
36
client-id: ${{ secrets.RELEASE_APP_CLIENT_ID }}
@@ -64,7 +64,7 @@ jobs:
64
uses: ./.github/actions/setup
65
66
67
68
69
70
0 commit comments