Skip to content

Commit 4fc799c

Browse files
authored
ci(config): publish.yml add GITHUB_TOKEN (#97)
Co-authored-by: skychx <skychx.hotmail.com>
1 parent 88dfb7e commit 4fc799c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ jobs:
4747
commit: 'chore: update versions'
4848
title: 'chore: update versions'
4949
publish: pnpm publish -r
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)