Skip to content

Commit 5e114bc

Browse files
authored
fix: use PAT for release-please to trigger CI on release PRs (#31)
* fix: use PAT for release-please to trigger CI * fix: use PAT for release-please in release workflow
1 parent 08beb55 commit 5e114bc

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
- name: Create release PR
2424
if: steps.prepare.outputs.committed == 'true'
2525
uses: googleapis/release-please-action@v4
26+
with:
27+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Release Please
2323
id: release
2424
uses: googleapis/release-please-action@v4
25+
with:
26+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
2527

2628
publish:
2729
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)