We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a83cbc commit 9bfc2ecCopy full SHA for 9bfc2ec
1 file changed
.github/workflows/npm-publish.yml
@@ -9,6 +9,9 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
12
+ env:
13
+ IP_GEOLOCATION_API_KEY: ${{ secrets.API_KEY }}
14
+
15
steps:
16
- uses: actions/checkout@v1
17
0 commit comments