Skip to content

Commit 68f69a6

Browse files
authored
ci: use a PAT for the release-please action to trigger on-PR workflow (#33)
1 parent 7fa839a commit 68f69a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: googleapis/release-please-action@v4
19+
with:
20+
token: ${{ secrets.BE_SDK_PAT }}
1921
id: release
2022
- uses: actions/checkout@v4
2123
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)