Skip to content

Commit b1a14be

Browse files
chore(deps): update actions/create-github-app-token action to v1.11.1 (#883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 397b3af commit b1a14be

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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
27+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
2828
id: generate-token
2929
with:
3030
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} # <-- GitHub App ID secret name

0 commit comments

Comments
 (0)