From 17016b179f4838c1751a274475e601cd3aeca921 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 e955856a..4d7b478a 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 }}