Skip to content

Commit 0682534

Browse files
committed
fix(ci): actually github token should be sufficient
1 parent ef8d43e commit 0682534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
publish: pnpm changeset:publish
3737
version: pnpm changeset:version
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)