Skip to content

Commit

Permalink
add private key as environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskares committed Jun 14, 2024
1 parent fee4126 commit e48b20a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
npm run build
npm publish --access public
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e48b20a

Please sign in to comment.