Skip to content

Commit

Permalink
use a PAT instead of GITHUB_TOKEN for changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Apr 21, 2023
1 parent 785a487 commit 6e896c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release

on:
push:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: yarn release
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6e896c4

Please sign in to comment.