Skip to content

Commit

Permalink
ci: set PROVIDER_API_KEY from GitHub repository variable (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
HJunyuan authored Jun 18, 2024
1 parent 2d67c2e commit 9a9d9d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
node-version: 18.x
- run: npm ci
- run: npm run test:ci
env:
PROVIDER_API_KEY: ${{ vars.PROVIDER_API_KEY }}

test-build:
name: Test Build
Expand Down

0 comments on commit 9a9d9d6

Please sign in to comment.