We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac9840 commit b923b28Copy full SHA for b923b28
.github/workflows/release-please.yaml
@@ -21,6 +21,6 @@ jobs:
21
steps:
22
- uses: googleapis/release-please-action@v4
23
with:
24
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
25
config-file: .github/release-please/release-please-config.json
26
manifest-file: .github/release-please/release-please-manifest.json
0 commit comments