Skip to content

Commit 014f8a5

Browse files
authored
chore: use PAT for release please
Signed-off-by: Todd Baert <[email protected]>
1 parent 1c4d2ef commit 014f8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee
2424
id: release
2525
with:
26-
token: ${{secrets.GITHUB_TOKEN}}
26+
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
2727
target-branch: main
2828

2929
# These steps are only run if this was a merged release-please PR

0 commit comments

Comments
 (0)