From ec6d82c813233466f17457eaac859e79c896f324 Mon Sep 17 00:00:00 2001 From: Nitya Narasimhan Date: Mon, 17 Oct 2022 16:41:09 -0400 Subject: [PATCH] Update playwright-scheduled.yml --- .github/workflows/playwright-scheduled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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