fix: Update token to allow updates on protected branch
This commit is contained in:
parent
f39615bd80
commit
6f332f3669
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
|
Loading…
Reference in New Issue
Block a user