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 a5057bb commit 221763bCopy full SHA for 221763b
.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.MY_RELEASE_PLEASE_TOKEN }}
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
22
# this is a built-in strategy in release-please, see "Action Inputs"
23
# for more options
24
release-type: node
0 commit comments