Skip to content

Commit

Permalink
chore(main): Use PAT in release-please workflow (#582)
Browse files Browse the repository at this point in the history
Use a PAT in the release-please workflow to ensure that workflows and
required checks are running in the release PR.
  • Loading branch information
HorizonNet authored Jul 4, 2024
1 parent 54ecaa5 commit bbf42fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:

steps:
- uses: googleapis/[email protected]
with:
token: ${{ secrets.PAT }}

0 comments on commit bbf42fc

Please sign in to comment.