Skip to content

Commit

Permalink
ci: manually set token
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jan 9, 2024
1 parent 58c0977 commit 21de615
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/typescript-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Install Dependencies
working-directory: ./js
run: pnpm install --frozen-lockfile
- name: Setup PNPM auth
working-directory: ./js
run: pnpm config set '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: create and publish versions
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 21de615

Please sign in to comment.