Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit ade8e7a

Browse files
committed
fix: use separate token for @playwright-testing-library
1 parent 75e9efa commit ade8e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
unsafe-perm=true
9090
EOF
9191
env:
92-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
92+
NPM_TOKEN: ${{ secrets.PLAYWRIGHT_TESTING_LIBRARY_TOKEN }}
9393

9494
- name: Upload Coverage / Release / Playwright Test
9595
if: ${{ matrix.node == '14' && matrix.playwright == 'latest' && steps.did-release.outputs.released == 'true' }}

0 commit comments

Comments
 (0)