Commit e96ba41
committed
ensure releases uses GH_TOKEN to fetch data
Currently the releases task is failing on travis because the tokenless
request has hit the rate limit. Adding the Authorization header to add
the token should lift the rate limit to much higher, and as such the
request will succeed - fixing the build!1 parent 1b2d7f0 commit e96ba41
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments