Skip to content

Commit

Permalink
ci: add NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jan 9, 2024
1 parent 1c6edd9 commit eec8cbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/typescript-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- name: Install Dependencies
working-directory: ./js
run: pnpm install --frozen-lockfile
- name: Setup npmrc
working-directory: ./js
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- name: create and publish versions
uses: changesets/action@v1
with:
Expand All @@ -44,3 +41,4 @@ jobs:
cwd: "./js"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit eec8cbf

Please sign in to comment.