Skip to content

Commit 8de6820

Browse files
chore(deps): update actions/create-github-app-token action to v2 (#1118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a86917 commit 8de6820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Generating a GitHub token, so that PRs and tags created by
2525
# the release-plz-action can trigger actions workflows.
2626
- name: Generate GitHub token
27-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
27+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2828
id: generate-token
2929
with:
3030
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} # <-- GitHub App ID secret name

0 commit comments

Comments
 (0)