Skip to content

Commit e6ec117

Browse files
fix(actions): admin token for semantic
1 parent f37fa29 commit e6ec117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: cycjimmy/semantic-release-action@v3
2626
id: semantic
2727
env:
28-
GITHUB_TOKEN: ${{ github.token }}
28+
GITHUB_TOKEN: ${{ secrets.TOKEN }}
2929
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3030
- name: Merge master -> next
3131
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)