Skip to content

Commit

Permalink
ci(release): set custom PAT (changesets/action#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
coopbri committed Aug 7, 2023
1 parent adfc1e7 commit 469cb10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
title: "feature(release): version packages"
commit: "ci(changesets): version packages"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# custom PAT used due to https://github.com/changesets/action/issues/187
GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 469cb10

Please sign in to comment.