ci: update GitHub release workflow to use RELEASE_TOKEN for improved security

This commit is contained in:
2025-02-21 21:17:02 +01:00
parent 069ec2d7a1
commit 52b2494e52
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ jobs:
if: needs.detect-provider.outputs.provider == 'github'
uses: ./.github/workflows/github-release.yml
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
gitea-release:
needs: detect-provider