Skip to content

Commit be3a012

Browse files
committed
fix(release): update GITHUB_TOKEN to use RELEASE_TOKEN for semantic release
1 parent 218ccad commit be3a012

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535

3636
- name: Run semantic release
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
39+
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3940
run: npx semantic-release

0 commit comments

Comments
 (0)