1
1
mirror of https://github.com/primer/css.git synced 2024-11-13 08:04:16 +03:00

publish: add NPM_AUTH_TOKEN secret

This commit is contained in:
Shawn Allen 2019-02-06 12:47:53 -08:00 committed by GitHub
parent 715865c671
commit 5272cd30fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,12 +29,13 @@ action "deploy" {
needs = "install"
uses = "primer/deploy@status-config-redux"
secrets = [
"NOW_TOKEN",
"GITHUB_TOKEN",
"NOW_TOKEN",
]
}
action "publish" {
needs = ["lint", "test"]
uses = "primer/publish@8435e6f"
secrets = ["GITHUB_TOKEN", "NPM_AUTH_TOKEN"]
}