Skip to content

Commit 89ddcda

Browse files
committed
Fix workflow api key
1 parent e8a7936 commit 89ddcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
php: [ '7.1', '7.2', '7.3', '7.4' ]
1212

1313
env:
14-
EMAIL_VALIDATION_API_KEY: ${{ secrets.API_KEY }}
14+
PHONE_VALIDATION_API_KEY: ${{ secrets.API_KEY }}
1515

1616
steps:
1717
- uses: actions/checkout@master

0 commit comments

Comments
 (0)