1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 03:10:10 +03:00

fix: use unsafe-perm (no "s")

This commit is contained in:
Shawn Allen 2019-02-07 13:30:04 -08:00
parent ee1cb85f12
commit 23c48e17e1
2 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,6 @@ action "deploy" {
action "publish" {
needs = ["lint", "test"]
uses = "primer/publish@v1.0.0"
args = ["--", "--unsafe-perms"]
secrets = ["GITHUB_TOKEN", "NPM_AUTH_TOKEN"]
env = {
PUBLISH_STATUS_CONTEXT = "npm publish primer"

1
.npmrc
View File

@ -1,3 +1,4 @@
save=true
save-exact=true
git-tag-version=false
unsafe-perm=true