From 80a84e5e0931e59877b78eb49c6a9f19df58d999 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Tue, 22 Oct 2024 22:19:17 +0200 Subject: [PATCH] actions: use RELEASE_TOKEN to create a release --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e955856a9..4d7b478ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -189,4 +189,4 @@ jobs: files: | artifacts/*.zip, artifacts/*.bin env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}