Skip to content

Commit ec6d82c

Browse files
authored
Update playwright-scheduled.yml
1 parent 80ad58d commit ec6d82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright-scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
external_repository: mspnp/intern-js-pipeline
5858
publish_branch: gh-pages
59-
personal_token: ${{ secrets.PERSONAL_TOKEN }}
59+
personal_token: ${{ secrets.PAT_TOKEN }}
6060
publish_dir: ${{steps.download.outputs.download-path}}
6161
destination_dir: test-reports/${{ github.repository }}
6262
keep_files: true
@@ -81,4 +81,4 @@ jobs:
8181
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
8282
run: |
8383
gh api repos/mspnp/intern-js-pipeline/dispatches \
84-
--raw-field event_type=rebuild-site
84+
--raw-field event_type=rebuild-site

0 commit comments

Comments
 (0)