We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08979f0 commit 2971780Copy full SHA for 2971780
.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.GITHUB_TOKEN }}
22
# this is a built-in strategy in release-please, see "Action Inputs"
23
# for more options
24
release-type: simple
0 commit comments