Skip to content

Commit

Permalink
Use standard GH token for changesets
Browse files Browse the repository at this point in the history
- use PAT for checkout
  • Loading branch information
ddaspit committed Nov 27, 2024
1 parent 523aba0 commit 099f9be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: changesets/action@v1
with:
publish: npm release
setupGitUser: false
env:
GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 099f9be

Please sign in to comment.