Skip to content

Commit fe39a82

Browse files
ci(release): use PAT for release-please to trigger CI on release PRs
1 parent 82a3976 commit fe39a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: googleapis/release-please-action@v4
2121
id: release
2222
with:
23-
token: ${{ secrets.GITHUB_TOKEN }}
23+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
2424
config-file: release-please-config.json
2525
manifest-file: .release-please-manifest.json
2626

0 commit comments

Comments
 (0)