8000 Update playwright-onDemand.yml · staticwebdev/vanilla-basic@b45153f · GitHub
[go: up one dir, main page]

Skip to content

Commit b45153f

Browse files
authored
Update playwright-onDemand.yml
1 parent a968abf commit b45153f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright-onDemand.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id: download
6464
- name: Publish to external repo
6565
# Only upload if we're running from the staticwebdev repo
66-
if: ${{ env.PAT_TOKEN != 0 }}
66+
if: ${{ secrets.PAT_TOKEN != 0 }}
6767
uses: peaceiris/actions-gh-pages@v3.7.3
6868
with:
6969
external_repository: mspnp/intern-js-pipeline
@@ -78,7 +78,7 @@ jobs:
7878
notify-dashboard:
7979
name: Notify Dashboard
8080
# Only upload if we're running from the staticwebdev repo
81-
if: ${{ env.PAT_TOKEN != 0 }}
81+
if: ${{ secrets.PAT_TOKEN != 0 }}
8282
needs: [test, storeReports]
8383
# The type of runner that the job will run on
8484
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
0