From 65ed4669bd8ca79aff878327eb791794d4825b99 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 24 Oct 2023 15:44:36 -0400 Subject: [PATCH] .github/workflows: Use custom GH token for release publishing Uses a custom token for publishing releases. Signed-off-by: Michael Kubacki --- .github/workflows/prepare-binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prepare-binaries.yml b/.github/workflows/prepare-binaries.yml index 1ef0185..c738cc9 100644 --- a/.github/workflows/prepare-binaries.yml +++ b/.github/workflows/prepare-binaries.yml @@ -70,3 +70,4 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: ReleaseArtifacts/* + token: ${{ secrets.GH_UEFI_BOT_PUBLISH_TOKEN }}