Skip to content

Commit 553cadf

Browse files
authored
fix(ci): use github actions token for release please (#44)
1 parent 3cd5cb7 commit 553cadf

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: ${{ secrets.RELEASE_PLEASE_TOKEN || github.token }}
22+
token: ${{ github.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: ${{ secrets.RELEASE_PLEASE_TOKEN || github.token }}
29+
token: ${{ github.token }}
3030

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

0 commit comments

Comments
 (0)