From d251697b94057a49ae0966ae0083f802d254e6f7 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 3 Aug 2024 10:01:12 +0900 Subject: [PATCH] REVERT ME: testing actions token --- .github/workflows/cooker-selfhosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 260b876e..dd146de2 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -164,7 +164,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: ${{ secrets.TRIGGER_BUILD_TOKEN }} + token: ${{ secrets.RETRODECK_PAT }} repo: RetroDECK-cooker continue-on-error: true