File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ script:
35
35
if [ "$TRAVIS_TEST_RESULT" -eq 0 ]
36
36
then
37
37
CURR=$(tail -n1 sizes | awk '{print $1}')
38
- PREV=$(curl https://api.github.com/repos/$TRAVIS_REPO_SLUG/status/master \
38
+ PREV=$(curl -u $GEKY_BOT_STATUSES https://api.github.com/repos/$TRAVIS_REPO_SLUG/status/master \
39
39
| jq -re "select(.sha != \"$TRAVIS_COMMIT\")
40
40
| .statuses[] | select(.context == \"$STAGE/$NAME\").description
41
41
| capture(\"code size is (?<size>[0-9]+)\").size" \
@@ -165,7 +165,8 @@ jobs:
165
165
\"name\": \"$LFS_VERSION\"
166
166
}"
167
167
RELEASE=$(
168
- curl -f https://api.github.com/repos/$TRAVIS_REPO_SLUG/releases/tags/$LFS_VERSION
168
+ curl -f -u $GEKY_BOT_RELEASES \
169
+ https://api.github.com/repos/$TRAVIS_REPO_SLUG/releases/tags/$LFS_VERSION
169
170
)
170
171
CHANGES=$(
171
172
git log --oneline $LFS_PREV_VERSION.. --grep='^Merge' --invert-grep
You can’t perform that action at this time.
0 commit comments