Skip to content

Commit a194f5a

Browse files
authored
ci: use PAT in order to trigger CI tests (#228)
We're unable to use the default `GITHUB_TOKEN` as it cannot run GHA tests, updated to use the PAT in order to get GHA tests to trigger instead of manual intervention
1 parent d7c61e5 commit a194f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Open PR
3030
uses: peter-evans/create-pull-request@v3
3131
with:
32-
token: ${{ secrets.GITHUB_TOKEN }}
32+
token: ${{ secrets.PAT }}
3333
commit-message: 'chore: Update @axe-core/watcher'
3434
branch: auto-update-watcher
3535
base: main

0 commit comments

Comments
 (0)