Skip to content

Commit 8dc5c18

Browse files
committed
Pass proper GITHUB_TOKEN to the publish script
1 parent e4756c2 commit 8dc5c18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ jobs:
5050
- name: Publish to NPM
5151
if: steps.changesets.outputs.hasChangesets == 'false'
5252
run: bun run publish-all-packages
53+
env:
54+
GITHUB_TOKEN: ${{ github.token }}
55+
NODE_AUTH_TOKEN: ${{ env.NODE_AUTH_TOKEN }}
56+
NPM_CONFIG_USERCONFIG: ${{ env.NPM_CONFIG_USERCONFIG }}

0 commit comments

Comments
 (0)