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 6eea892 commit e9e78b2Copy full SHA for e9e78b2
.github/workflows/release-please.yml
@@ -18,7 +18,7 @@ jobs:
18
# this assumes that you have created a personal access token
19
# (PAT) and configured it as a GitHub action secret named
20
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
21
- token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
+ token: ${{ secrets.RELEASE_PLEASE_PAT }}
22
# this is a built-in strategy in release-please, see "Action Inputs"
23
# for more options
24
release-type: node
0 commit comments