Skip to content

Commit

Permalink
Pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 29, 2023
1 parent 65298a6 commit 14b9e01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -63,3 +63,6 @@ jobs:
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm test-e2e
env:
NORDVPN_USERNAME: ${{ secrets.NORDVPN_USERNAME }}
NORDVPN_PASSWORD: ${{ secrets.NORDVPN_PASSWORD }}

0 comments on commit 14b9e01

Please sign in to comment.