diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index dcf837f3..a3f68a05 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -77,9 +77,6 @@ EOF # If we are in a GitHub workflow... if [ -n "${GITHUB_WORKFLOW}" ]; then - git config --local user.name "$GIT_NAME" - git config --local user.email "$GIT_MAIL" - git config --local credential.helper store gh auth login elif [[ -z $(git config --get user.name) || -z $(git config --get user.email) ]]; then read -p "No git user.name set, please enter your name: " git_username