We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177a603 commit 5347bbaCopy full SHA for 5347bba
.yarnrc.yml
@@ -1,4 +1,4 @@
1
yarnPath: .yarn/releases/yarn-4.1.1.cjs
2
enableGlobalCache: false
3
npmPublishAccess: "public"
4
-npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }}
+npmAuthToken: ${NODE_AUTH_TOKEN:-}
0 commit comments