Skip to content

Commit 5d43ec9

Browse files
authored
ci: use a PAT for the release-please action to trigger on-PR workflow (#78)
1 parent 13f2cf9 commit 5d43ec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
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)