Skip to content

Commit 1e62185

Browse files
use only github_token
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 469a302 commit 1e62185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/uploadReport.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ find . -type f -exec curl -u $USER:$PASS -X PUT $URL/$REMOTE_FOLDER/$(echo {} |
4141
4242
echo "Uploaded failing library tests to https://www.kaminsky.me/nc-dev/android-library-integrationTests/$REMOTE_FOLDER/debug/"
4343
44-
curl -u --header "Authorization: token $GIT_TOKEN" -X POST https://api.github.com/repos/nextcloud/android-library/issues/$PR_ID/comments -d "{ \"body\" : \"$BRANCH_TYPE test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/$REMOTE_FOLDER/debug/ \" }"
44+
curl --header "Authorization: token $GIT_TOKEN" -X POST https://api.github.com/repos/nextcloud/android-library/issues/$PR_ID/comments -d "{ \"body\" : \"$BRANCH_TYPE test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/$REMOTE_FOLDER/debug/ \" }"
4545
exit 1

0 commit comments

Comments
 (0)