Skip to content

Commit 21dc69b

Browse files
committed
fix: release ci
1 parent feeb387 commit 21dc69b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout Repo
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2626
with:
27-
# This makes Actions fetch all Git history so that Changesets can generate changelogs
27+
token: ${{ secrets.CHANGESET_TOKEN }}
2828
fetch-depth: 0
2929

3030
- name: Setup Node.js
@@ -47,4 +47,5 @@ jobs:
4747
publish: pnpm run release
4848
version: pnpm changeset version
4949
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
CHANGESET_TOKEN: ${{ secrets.CHANGESET_TOKEN }}

0 commit comments

Comments
 (0)