Skip to content

Commit 0cef1cd

Browse files
authored
chore: fix auto publish (#564)
* chore: fix auto publish
1 parent 099dcb8 commit 0cef1cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/checkout@v2
2222
with:
2323
fetch-depth: 0
24+
token: ${{ secrets.GH_ACCESS_TOKEN }}
2425
- name: Setup Node JS
2526
uses: actions/setup-node@v2
2627
with:

0 commit comments

Comments
 (0)