We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7e651 commit 022c644Copy full SHA for 022c644
.github/workflows/release-please.yml
@@ -19,7 +19,7 @@ jobs:
19
# this assumes that you have created a personal access token
20
# (PAT) and configured it as a GitHub action secret named
21
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
22
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
23
# this is a built-in strategy in release-please, see "Action Inputs"
24
# for more options
25
release-type: simple
0 commit comments