Skip to content

Commit b562826

Browse files
committed
Fix NPM publish workflow
1 parent 10b623d commit b562826

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111

12+
env:
13+
PHONE_VALIDATION_API_KEY: ${{ secrets.API_KEY }}
14+
1215
steps:
1316
- uses: actions/checkout@v1
1417

0 commit comments

Comments
 (0)