Skip to content

Commit 738e72c

Browse files
committed
Use custom changesets token for release
1 parent ac89644 commit 738e72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
23-
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
23+
token: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}
2424

2525
- uses: ./.github/actions/setup
2626

0 commit comments

Comments
 (0)