Skip to content

Commit 7f489d0

Browse files
committed
ci(workflows): [publish] fix gpr auth
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent cf4460e commit 7f489d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
run: cat $NPM_CONFIG_USERCONFIG
101101
- id: publish
102102
name: Publish package
103+
env:
104+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103105
run: ${{ needs.preflight.outputs.command }}
104106
npm:
105107
needs: preflight

0 commit comments

Comments
 (0)