fix(ci): use RELEASE_TOKEN for stable release tag creation (#3496)
fix(ci): use RELEASE_TOKEN for stable release tag creation
This commit is contained in:
commit
f7c8a3b8be
2
.github/workflows/release-stable-manual.yml
vendored
2
.github/workflows/release-stable-manual.yml
vendored
@ -254,7 +254,7 @@ jobs:
|
||||
|
||||
- name: Create GitHub Release
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
TAG: ${{ needs.validate.outputs.tag }}
|
||||
run: |
|
||||
gh release create "$TAG" release-assets/* \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user