Skip to content

Commit

Permalink
fix(gh-actions): replace token with PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
shanduur-akamai authored Nov 14, 2024
1 parent 27d03d5 commit 9794b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autopilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- uses: hmarr/auto-approve-action@v4
- env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
run: gh pr merge --auto --squash "$PR_URL"

0 comments on commit 9794b12

Please sign in to comment.