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"