Skip to content

Commit

Permalink
chore: Add NPM_TOKEN secret to .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Apr 17, 2018
1 parent 38a09ab commit fcc58ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ pipeline:
release:
group: publish
image: marcbachmann/semantic-release:15.1.3
secrets: [gh_token]
secrets: [gh_token, npm_token]
when:
event: push

0 comments on commit fcc58ae

Please sign in to comment.