From c86ed6c871bcc93a553ae1925d81decbe17e3268 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 13:37:11 +0900 Subject: [PATCH] WORKFLOW: trying again without the push job - fix3 [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 ff25a5f2..b39c98ed 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -98,7 +98,7 @@ git add . git commit -m "Update RetroDECK to v$relname from RetroDECK/$rd_branch" if [ -n "${GITHUB_WORKFLOW}" ]; then - git push --force "https://${GITHUB_TOKEN}@github.com/${flathub_target_repo}" "$relname" + git push --force "https://${GITHUB_TOKEN}:x-oauth-basic@github.com/${flathub_target_repo}" "$relname" else git push --force "https://github.com/${flathub_target_repo}" "$relname" fi