File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,17 +36,14 @@ jobs:
3636 steps :
3737 - name : Checkout branch
3838 uses : actions/checkout@v4
39+ with :
40+ persist-credentials : false
3941
4042 - name : Set up Node
4143 uses : actions/setup-node@v4
4244 with :
4345 node-version : 18
44- registry-url : " https://registry.npmjs.org/"
45- always-auth : " true"
4646
47- # Add GPR auth for publishing. npm expands ${NODE_AUTH_TOKEN} at runtime,
48- # and scripts/publish.sh passes --registry explicitly, so the default
49- # registry stays on npm (backfill reads tarballs from npm, writes to GPR).
5047 - name : Configure GitHub Package Registry auth
5148 run : echo "//npm.pkg.github.com/:_authToken=\${NODE_AUTH_TOKEN}" >> ~/.npmrc
5249 env :
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout branch
1818 uses : actions/checkout@v4
19+ with :
20+ persist-credentials : false
1921
2022 - name : Setup Node
2123 uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments