We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4d2ef commit 014f8a5Copy full SHA for 014f8a5
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee
24
id: release
25
with:
26
- token: ${{secrets.GITHUB_TOKEN}}
+ token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
27
target-branch: main
28
29
# These steps are only run if this was a merged release-please PR
0 commit comments