Skip to content

Commit e3a95f9

Browse files
committed
Convert to using a GH PAT token for release-plz to allow binary releases.
1 parent 161cd07 commit e3a95f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
command: release
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
3434

3535
# Create a PR with the new versions and changelog, preparing the next release.
3636
release-plz-pr:
@@ -52,4 +52,4 @@ jobs:
5252
with:
5353
command: release-pr
5454
env:
55-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}

0 commit comments

Comments
 (0)