Skip to content

Commit

Permalink
Update GitHub token with PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 30, 2025
1 parent e456fdc commit 73d72f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
needs:
- deploy
env:
GH_TOKEN: ${{ github.token }}
permissions: write-all
GH_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Run tests
Expand Down

0 comments on commit 73d72f7

Please sign in to comment.