We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GH_ACCESS_TOKEN
1 parent 6461840 commit b17860bCopy full SHA for b17860b
.github/workflows/playwright.yml
@@ -18,9 +18,9 @@ jobs:
18
run: yarn install
19
- name: Install Playwright Browsers
20
run: yarn playwright install --with-deps
21
- - name: Set environment variable
22
- run: echo "GH_ACCESS_TOKEN=${{ secrets.GH_ACCESS_TOKEN }}" >> $GITHUB_ENV
23
- name: Run Playwright tests
+ env:
+ GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
24
run: yarn playwright test
25
- uses: actions/upload-artifact@v4
26
if: ${{ !cancelled() }}
0 commit comments