Skip to content

Commit

Permalink
ci: add NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely authored Sep 6, 2019
1 parent 248648d commit 0b7feee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ action "semantic release" {
needs = ["if master"]
runs = "npx"
args = "semantic-release"
secrets = ["GITHUB_TOKEN"]
secrets = [
"GITHUB_TOKEN",
"NPM_TOKEN",
]
}

action "eslint" {
Expand Down

0 comments on commit 0b7feee

Please sign in to comment.