Skip to content

Commit

Permalink
ci: use PAT instead of GitHub Token when updating axe-core (#1030)
Browse files Browse the repository at this point in the history
This should allow CI to run so it does not get stuck

no qa required
  • Loading branch information
michael-siek committed Mar 31, 2024
1 parent 75035e1 commit b6870a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-axe-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
node-version: 16
- uses: dequelabs/axe-api-team-public/.github/actions/create-update-axe-core-pull-request-v1@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}

0 comments on commit b6870a4

Please sign in to comment.