Skip to content

Commit

Permalink
Update playwright-scheduled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nitya authored Oct 17, 2022
1 parent 80ad58d commit ec6d82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
--raw-field event_type=rebuild-site

0 comments on commit ec6d82c

Please sign in to comment.