Skip to content

Commit 2971780

Browse files
authored
ci: GITHUB_TOKEN variable
1 parent 08979f0 commit 2971780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

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

0 commit comments

Comments
 (0)