From ce2cd9cdd8691f92b046d5654614530556759c66 Mon Sep 17 00:00:00 2001 From: Vxrtrauter <101264710+Vxrtrauter@users.noreply.github.com> Date: Tue, 7 Apr 2026 01:48:59 +0200 Subject: [PATCH] Update release workflow to use RELEASE_TOKEN instead of GITHUB_TOKEN --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9693fb..6878397 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -234,4 +234,4 @@ jobs: release/SoftwareManager-${{ needs.build.outputs.short_sha }}-macos release/SHA256SUMS.txt env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} \ No newline at end of file