Skip to content

Commit 7a57891

Browse files
committed
fix: update token reference in release-please workflow to prioritize RELEASE_PLEASE_TOKEN
1 parent b2733f8 commit 7a57891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: googleapis/release-please-action@v4
1919
with:
20-
token: ${{ secrets.GITHUB_TOKEN }}
20+
token: ${{ secrets.RELEASE_PLEASE_TOKEN || secrets.GITHUB_TOKEN }}
2121
config-file: .github/release-please-config.json
2222
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)