Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 27cefb2

Browse filesBrowse files
authored
Changed name of PAT token in scheduled workflow (#13)
1 parent 6586237 commit 27cefb2
Copy full SHA for 27cefb2

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/playwright-scheduled.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/playwright-scheduled.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
external_repository: mspnp/intern-js-pipeline
5858
publish_branch: gh-pages
59-
personal_token: ${{ secrets.PERSONAL_TOKEN }}
59+
personal_token: ${{ secrets.PAT_TOKEN }}
6060
publish_dir: ${{steps.download.outputs.download-path}}
6161
destination_dir: test-reports/${{ github.repository }}
6262
keep_files: true
@@ -81,4 +81,4 @@ jobs:
8181
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
8282
run: |
8383
gh api repos/mspnp/intern-js-pipeline/dispatches \
84-
--raw-field event_type=rebuild-site
84+
--raw-field event_type=rebuild-site

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.