fix: Update token to allow updates on protected branch
(cherry picked from commit 6f332f3669)
This commit is contained in:
committed by
mergify-bot
parent
8c291f7b7a
commit
baab3797ca
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -21,5 +21,5 @@ jobs:
|
||||
npm install @semantic-release/git @semantic-release/exec --no-save
|
||||
- name: Create Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
run: npx semantic-release
|
||||
Reference in New Issue
Block a user