Skip to content

Commit

Permalink
ci(github): add NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Nov 20, 2024
1 parent 5e3f774 commit 4e000aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions:
contents: write
issues: write
pull-requests: write

jobs:
release:
name: 🚢 Release
Expand All @@ -28,3 +33,4 @@ jobs:
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4e000aa

Please sign in to comment.