mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-05 01:20:39 +02:00
CD: make email configurable so API key can be changed more easily
This commit is contained in:
parent
e9df670425
commit
c3d4155ddc
@ -44,7 +44,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
email: "johanringmann@gmail.com"
|
email: "$NPM_EMAIL"
|
||||||
api_key: "$NPM_KEY"
|
api_key: "$NPM_KEY"
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user