Skip to content

Commit 2656f07

Browse files
authored
Change GITHUB_TOKEN secret for publish workflow
1 parent 91f3262 commit 2656f07

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
@@ -36,6 +36,6 @@ jobs:
3636
publish: yarn release
3737
version: yarn version-packages
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }}
4040
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)