From 7d84455cb0e003f975f357eff49d117480121861 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 19 Aug 2024 09:56:54 +0900 Subject: [PATCH] WORKFLOW: cooker workflow is now handheld by Rekku - token fix --- .github/workflows/cooker-selfhosted.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 318e75e4..341cf649 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -162,7 +162,7 @@ jobs: artifacts: "RetroDECK-cooker.flatpak,RetroDECK-cooker.flatpak.sha,RetroDECK-Artifact.tar.gz" allowUpdates: true makeLatest: ${{env.MAKE_LATEST}} # if it's a feat branch is not considered the latest build - token: ${{ steps.generate-token.outputs.token }} + token: ${{ steps.generate-rekku-token.outputs.token }} repo: Cooker continue-on-error: true @@ -179,7 +179,7 @@ jobs: git tag "${{ env.TAG }}" # Create the tag locally git push origin "${{ env.TAG }}" # Push the new tag in the remote repo env: - GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} + GITHUB_TOKEN: ${{ steps.generate-rekku-token.outputs.token }} # In case it cannot publish the release at least it's providing the flatpak file for creating a manual release - name: Upload RetroDECK-cooker.flatpak