We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7930f5 commit 681f9c0Copy full SHA for 681f9c0
scripts/upload-apk.sh
@@ -9,7 +9,7 @@ git config --global user.email "[email protected]"
9
git config --global user.name "Travis CI"
10
11
#clone the repository
12
-git clone --quiet --branch=apk https://fossasia:$GITHUB_API_KEY@github.com/fossasia/neurolab-android apk > /dev/null
+git clone --quiet --branch=apk https://fossasia:$GITHUB_KEY@github.com/fossasia/neurolab-android apk > /dev/null
13
14
cd apk
15
0 commit comments