Skip to content

Commit 0899008

Browse files
authored
repo token for changesets (#732)
1 parent d33a7ba commit 0899008

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
@@ -31,5 +31,5 @@ jobs:
3131
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3232
publish: npm run release
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)