Skip to content

Commit a748873

Browse files
committed
fix: 깃허브 토큰 수정
1 parent fa19e72 commit a748873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-to-merge.yml

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

0 commit comments

Comments
 (0)