1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-26 01:13:41 +02:00

CD: make email configurable so API key can be changed more easily

This commit is contained in:
Eric Cornelissen 2020-02-06 12:36:09 +02:00
parent e9df670425
commit c3d4155ddc

View File

@ -44,7 +44,7 @@ jobs:
deploy:
provider: npm
skip_cleanup: true
email: "johanringmann@gmail.com"
email: "$NPM_EMAIL"
api_key: "$NPM_KEY"
on:
branch: master