8000 fix: add --unsafe-perm to action since it runs as root · aj-may/dotdocker@5daea0e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 5daea0e

Browse files
committed
fix: add --unsafe-perm to action since it runs as root
1 parent b04c453 commit 5daea0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ action "If Master" {
2323
action "Release" {
2424
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
2525
needs = ["If Master"]
26-
args = "run semantic-release"
26+
args = "run semantic-release --unsafe-perm"
2727
secrets = ["GH_TOKEN", "NPM_TOKEN"]
2828
}

0 commit comments

Comments
 (0)
0