1 parent 6586237 commit 27cefb2Copy full SHA for 27cefb2
1 file changed
.github/workflows/playwright-scheduled.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
external_repository: mspnp/intern-js-pipeline
58
publish_branch: gh-pages
59
- personal_token: ${{ secrets.PERSONAL_TOKEN }}
+ personal_token: ${{ secrets.PAT_TOKEN }}
60
publish_dir: ${{steps.download.outputs.download-path}}
61
destination_dir: test-reports/${{ github.repository }}
62
keep_files: true
@@ -81,4 +81,4 @@ jobs:
81
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
82
run: |
83
gh api repos/mspnp/intern-js-pipeline/dispatches \
84
- --raw-field event_type=rebuild-site
+ --raw-field event_type=rebuild-site
0 commit comments