Skip to content

Commit a9fbc77

Browse files
authored
fix: pass api key correctly to the test phase
1 parent 4733ea0 commit a9fbc77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- run: touch ./test/config.ts
1919
- run: npm ci
2020
- run: npm test
21+
env:
22+
API_KEY: ${{ secrets.API_KEY }}
2123
- run: npm run build
2224

2325
publish-npm:

0 commit comments

Comments
 (0)