From 66d4d23174f6cf143d40554b93ecf51940e97181 Mon Sep 17 00:00:00 2001 From: HannahZhuSWE <76960450+HannahZhuSWE@users.noreply.github.com> Date: Tue, 23 Aug 2022 14:22:23 -0700 Subject: [PATCH] renamed pat token in playwright workflow file --- .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