Skip to content

Commit

Permalink
ci: set npm token at root
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed Apr 14, 2023
1 parent 1f472f4 commit a9587a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
- next

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
release:
name: Release
Expand Down Expand Up @@ -37,7 +41,4 @@ jobs:
pnpm jest --ci --onlyChanged
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm turbo run release:ci

0 comments on commit a9587a5

Please sign in to comment.