We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4756c2 commit 8dc5c18Copy full SHA for 8dc5c18
.github/workflows/publish.yaml
@@ -50,3 +50,7 @@ jobs:
50
- name: Publish to NPM
51
if: steps.changesets.outputs.hasChangesets == 'false'
52
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