Skip to content

Commit 947e2aa

Browse files
authored
Fix GitHub Package auth required for making SBOMs (#31972)
1 parent 68d4457 commit 947e2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages_publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
env:
9191
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9292
run: |
93-
pnpm set //npm.pkg.github.com/:_authToken="$NODE_AUTH_TOKEN";
93+
pnpm set "//npm.pkg.github.com/:_authToken" "$env:NODE_AUTH_TOKEN"
9494
pnpm nx build sbom;
9595
9696
- name: Build artifacts package

0 commit comments

Comments
 (0)