Skip to content

Commit

Permalink
ci: keep using pat token
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Apr 24, 2024
1 parent e1dcd04 commit e806def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
uses: hmarr/auto-approve-action@v4
if: ${{ steps.release.outputs.prs_created == 'true' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PAT_TOKEN }}
pull-request-number: ${{ fromJSON(steps.release.outputs.pr).number }}

0 comments on commit e806def

Please sign in to comment.