Skip to content

Commit

Permalink
fix(actions): use personal access token also for changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Jul 20, 2020
1 parent a5b640d commit e1fb171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
publish: yarn changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

# Publish canary releases only if the packages weren't published already
- name: Publishing canary releases to npm registry
Expand All @@ -81,4 +81,4 @@ jobs:
yarn changeset version --snapshot canary
yarn changeset publish --tag canary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

1 comment on commit e1fb171

@vercel
Copy link

@vercel vercel bot commented on e1fb171 Jul 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.