File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ branches:
17
17
env :
18
18
global :
19
19
- RUST_BACKTRACE=1
20
+ - secure : " mz8crU+l49DgEYyAUqUMyez2qdbV0YU33xWw0MNffOKfaXPuvbkW874iW132sDB/oPyrf6WuGAUOQb7Gr950m4RkLIDAQicpRrduSMq+O6JEHkVOL/dL7fCxcomJNeLPXqilRYHNK6UwQQfWfkh882AYdwwpjj58U4FEk07mgk4="
21
+
20
22
21
23
install :
22
24
- |
@@ -92,7 +94,7 @@ matrix:
92
94
script :
93
95
- |
94
96
if [ "$TRAVIS_PULL_REQUEST" != false ]; then
95
- output=$(curl -s "https://github.com/api/repos/rust-lang/rust-clippy/pulls/$TRAVIS_PULL_REQUEST" | \
97
+ output=$(curl -H "Authorization: token $GITHUB_API_TOKEN" - s "https://github.com/api/repos/rust-lang/rust-clippy/pulls/$TRAVIS_PULL_REQUEST" | \
96
98
python -c "import sys, json; print(json.load(sys.stdin)['body'])" | \
97
99
grep "changelog: " | \
98
100
sed "s/changelog: //g")
You can’t perform that action at this time.
0 commit comments