Skip to content

Commit

Permalink
put private key variable in correct line
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskares committed Jun 14, 2024
1 parent e48b20a commit 8d019f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
- uses: actions/upload-artifact@v4
if: always()
with:
Expand All @@ -33,5 +35,4 @@ jobs:
npm run build
npm publish --access public
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8d019f1

Please sign in to comment.