From 0f7e4653eddbc674f26d92636a620ce1912da664 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 15:10:09 +0900 Subject: [PATCH] WORKFLOW: flathub push, trying to set origin first - fix1 [skip ci] --- automation_tools/flathub_push_main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index 73b9c2fc..facb1d82 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -99,7 +99,7 @@ git commit -m "Update RetroDECK to v$relname from RetroDECK/$rd_branch" if [ -n "${GITHUB_WORKFLOW}" ]; then - git remote set-url origin https://x-access-token:${{ env.GH_TOKEN }}@github.com/${flathub_target_repo} + git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/${flathub_target_repo} git push --force origin "$relname" else git push --force "https://github.com/${flathub_target_repo}" "$relname"