Skip to content

Commit

Permalink
ci: use better token
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Sep 19, 2023
1 parent 0382d26 commit f8f0bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
if: ${{ success() && github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.PAT }}
steps:
- run: gh pr edit ${{ github.event.number }} --add-label="pr-pull" --repo $GITHUB_REPOSITORY

0 comments on commit f8f0bc2

Please sign in to comment.