Skip to content

Commit

Permalink
ci: use a PAT for the release-please action to trigger on-PR workflow (
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 authored Dec 20, 2024
1 parent 2b9378d commit 20c0f1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.BE_SDK_PAT }}
id: release
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 20c0f1d

Please sign in to comment.