Skip to content

Commit bdbfd91

Browse files
committed
switching workflow to use only 1 PAT
1 parent deedfff commit bdbfd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright-scheduled.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)