We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deedfff commit bdbfd91Copy full SHA for bdbfd91
.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
0 commit comments