Update release workflow to use RELEASE_TOKEN instead of GITHUB_TOKEN

This commit is contained in:
Vxrtrauter
2026-04-07 01:48:59 +02:00
parent 5e6e96a8cd
commit ce2cd9cdd8
+1 -1
View File
@@ -234,4 +234,4 @@ jobs:
release/SoftwareManager-${{ needs.build.outputs.short_sha }}-macos
release/SHA256SUMS.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}