Skip to content

Commit 18ca3ff

Browse files
committed
updated the travis file to read env varibales
1 parent 927d7d0 commit 18ca3ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
branch: main
2727
tags: true
2828
provider: npm
29-
email: NPM_EMAIL_ADDRESS
30-
api_key: NPM_API_KEY
29+
email: $NPM_EMAIL_ADDRESS
30+
api_key: $NPM_API_KEY
3131

3232

0 commit comments

Comments
 (0)