From e786f7becbf9dcd72810de4335366585d0801c60 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 13:56:19 +0900 Subject: [PATCH] WORKFLOW: trying using gh instead - fix5 [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 564a68c4..ccbaee0b 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -90,4 +90,4 @@ fi git add . git commit -m "Update RetroDECK to v$relname from RetroDECK/$rd_branch" -git push --force "https://github.com/${flathub_target_repo}" "$relname" +git push --force "https://Rekku:${GITHUB_TOKEN}@github.com/${flathub_target_repo}" "$relname"