diff --git a/.github/workflows/playwright-scheduled.yml b/.github/workflows/playwright-scheduled.yml index b11d4a2..9e77865 100644 --- a/.github/workflows/playwright-scheduled.yml +++ b/.github/workflows/playwright-scheduled.yml @@ -56,7 +56,7 @@ jobs: with: external_repository: mspnp/intern-js-pipeline publish_branch: gh-pages - personal_token: ${{ secrets.PERSONAL_TOKEN }} + personal_token: ${{ secrets.PAT_TOKEN }} publish_dir: ${{steps.download.outputs.download-path}} destination_dir: test-reports/${{ github.repository }} keep_files: true @@ -81,4 +81,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} run: | gh api repos/mspnp/intern-js-pipeline/dispatches \ - --raw-field event_type=rebuild-site \ No newline at end of file + --raw-field event_type=rebuild-site