Skip to content

Commit 681f9c0

Browse files
authored
Update upload-apk.sh
1 parent d7930f5 commit 681f9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upload-apk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git config --global user.email "[email protected]"
99
git config --global user.name "Travis CI"
1010

1111
#clone the repository
12-
git clone --quiet --branch=apk https://fossasia:$GITHUB_API_KEY@github.com/fossasia/neurolab-android apk > /dev/null
12+
git clone --quiet --branch=apk https://fossasia:$GITHUB_KEY@github.com/fossasia/neurolab-android apk > /dev/null
1313

1414
cd apk
1515

0 commit comments

Comments
 (0)