Skip to content

Commit bf0759a

Browse files
committed
chore: update release workflow to include changeset token
1 parent 0c55538 commit bf0759a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
18+
token: ${{ secrets.CHANGESET_ACTIONS }}
1819

1920
- name: Setup Node
2021
uses: actions/setup-node@v3
@@ -33,7 +34,6 @@ jobs:
3334
uses: changesets/action@v1
3435
with:
3536
publish: npx changeset publish
36-
setupGitUser: false
3737
commit: 'release: version packages'
3838
title: 'release: version packages'
3939
env:

0 commit comments

Comments
 (0)