Skip to content

Commit

Permalink
ci: wipe npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
sannajammeh committed May 2, 2023
1 parent b45a019 commit 04f56f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
run: pnpm install --filter {packages/**}... --filter .

- name: Config npm token
run: echo "\n//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

- name: create and publish versions
uses: changesets/action@v1
Expand Down

0 comments on commit 04f56f3

Please sign in to comment.