Skip to content

Commit 022c644

Browse files
committed
fix: update release-please action
1 parent 6a7e651 commit 022c644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# this assumes that you have created a personal access token
2020
# (PAT) and configured it as a GitHub action secret named
2121
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
22-
token: ${{ secrets.GITHUB_TOKEN }}
22+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
2323
# this is a built-in strategy in release-please, see "Action Inputs"
2424
# for more options
2525
release-type: simple

0 commit comments

Comments
 (0)