Skip to content

Commit b6870a4

Browse files
authored
ci: use PAT instead of GitHub Token when updating axe-core (#1030)
This should allow CI to run so it does not get stuck no qa required
1 parent 75035e1 commit b6870a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-axe-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
node-version: 16
1818
- uses: dequelabs/axe-api-team-public/.github/actions/create-update-axe-core-pull-request-v1@main
1919
with:
20-
token: ${{ secrets.GITHUB_TOKEN }}
20+
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)