From 670482417578ac71751375b1f79d188d5b9afc2e Mon Sep 17 00:00:00 2001 From: Anna Bauza <31966073+annabauza@users.noreply.github.com> Date: Sat, 30 May 2020 02:35:36 +0100 Subject: [PATCH] chore: Update push apk from proper account (#711) --- generate-apks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-apks.sh b/generate-apks.sh index ee900451c..3dfe81942 100644 --- a/generate-apks.sh +++ b/generate-apks.sh @@ -48,7 +48,7 @@ if [ "$TRAVIS_BRANCH" == "develop" ]; then git branch -m apk # Pushing the apk branch to the anitab-org repository - git push https://m-murad:$GITHUB_API_KEY@github.com/anitab-org/mentorship-android apk -fq> /dev/null + git push https://anitab-org:$GITHUB_API_KEY@github.com/anitab-org/mentorship-android apk -fq> /dev/null if [ $? -eq 0 ]; then echo "Apk push successful." else