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:
parent
715865c671
commit
5272cd30fe
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user