We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2733f8 commit 7a57891Copy full SHA for 7a57891
1 file changed
.github/workflows/release-please.yml
@@ -17,6 +17,6 @@ jobs:
17
steps:
18
- uses: googleapis/release-please-action@v4
19
with:
20
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN || secrets.GITHUB_TOKEN }}
21
config-file: .github/release-please-config.json
22
manifest-file: .release-please-manifest.json
0 commit comments