Skip to content

Commit 9501c80

Browse files
Merge pull request #99 from Geode-solutions/fix/admin_token
fix(actions): admin token for semantic
2 parents 7cdd3f0 + e6ec117 commit 9501c80

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)