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:
Argenis 2026-03-14 14:03:34 -04:00 committed by GitHub
commit f7c8a3b8be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/* \