Skip to content

Commit 5347bba

Browse files
committed
Fix token
1 parent 177a603 commit 5347bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
yarnPath: .yarn/releases/yarn-4.1.1.cjs
22
enableGlobalCache: false
33
npmPublishAccess: "public"
4-
npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }}
4+
npmAuthToken: ${NODE_AUTH_TOKEN:-}

0 commit comments

Comments
 (0)