From 5330bdd9ae8d717aa10ea386500ae515aa98cb4f Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 30 Nov 2024 23:50:28 +0900 Subject: [PATCH] PANCAKES: trying to store the token for the clone - fix --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 0ca5b611..fa3076bc 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -199,7 +199,7 @@ jobs: run: | git config --global credential.helper store echo "https://${{ steps.generate-rekku-token.outputs.token }}@github.com" > ~/.git-credentials - "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/flatpak_build_download_only.sh" + "${GITHUB_WORKSPACE}/automation_tools/flatpak_build_download_only.sh" # Sometimes flatpak download fails, in this case it tries a second time - name: "Build flatpak: download only (retry)"