fix: default NODE_AUTH_TOKEN to empty so install works without it
CI / publish (push) Successful in 18s
CI / e2e (push) Successful in 25s
CI / verify (push) Successful in 26s

This commit is contained in:
Ilia Mashkov
2026-07-02 10:23:22 +03:00
parent 37174179bd
commit ba7aa0664a
+1 -1
View File
@@ -4,4 +4,4 @@ npmScopes:
ilia:
npmPublishRegistry: "https://git.allmy.work/api/packages/ilia/npm/"
npmAlwaysAuth: true
npmAuthToken: "${NODE_AUTH_TOKEN}"
npmAuthToken: "${NODE_AUTH_TOKEN:-}"