Skip to content

Commit f42770b

Browse files
committed
change github token name
1 parent 32c3d71 commit f42770b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3131
publish: npm run release
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.SCOPED_GH_PAT_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)