Skip to content

Commit 9e2f868

Browse files
authored
added IPINFO_TOKEN required for tests
1 parent 81d3b20 commit 9e2f868

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd_npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
node-version: 16
1616
- run: npm ci
1717
- run: npm test
18-
18+
env:
19+
IPINFO_TOKEN: ${{secrets.IPINFO_TOKEN}}
1920
publish:
2021
needs: build
2122
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)