Skip to content

Commit

Permalink
build: set node_auth_token
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Jul 20, 2024
1 parent 8d61e45 commit c2dc3d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ jobs:

- name: Publish changed packages
run: node .github/scripts/publish.mjs ${{ steps.nightly.outputs.nightly }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c2dc3d9

Please sign in to comment.