Skip to content

Commit 3de2a4f

Browse files
committed
ci(semantic-release): Update GITHUB_TOKEN to use SEMANTIC_RELEASE_TOKEN
1 parent b5233ed commit 3de2a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
4747
- name: "Run Semantic Release"
4848
env:
49-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
49+
GITHUB_TOKEN: "${{ secrets.SEMANTIC_RELEASE_TOKEN }}"
5050
run: "npx semantic-release"
5151
...

0 commit comments

Comments
 (0)