Skip to content

Commit

Permalink
Use custom changesets token for release
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Oct 19, 2023
1 parent ac89644 commit 738e72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
token: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}

- uses: ./.github/actions/setup

Expand Down

1 comment on commit 738e72c

@vercel
Copy link

@vercel vercel bot commented on 738e72c Oct 19, 2023

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.