Skip to content

Commit 6c563a8

Browse files
authored
fix(ci): use release please token for release PRs (#47)
1 parent 8d1fa34 commit 6c563a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
id: release
2020
uses: googleapis/release-please-action@v4
2121
with:
22-
token: ${{ github.token }}
22+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
2323

2424
- name: Checkout
2525
if: ${{ steps.release.outputs.release_created }}
2626
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
29-
token: ${{ github.token }}
29+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
3030

3131
- name: Update floating major tag
3232
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)