tests: configure github remaining limit + read token (#9800)
* ci: configure remaining github limmit * prepend with github since package is common to all migrations * add RefreshRate * Update github.go * add missing space * go fmt * Read env variable GITHUB_READ_TOKEN for token * Update .drone.yml
This commit is contained in:
parent
fdb32ab0f8
commit
11885daaa0
3 changed files with 23 additions and 5 deletions
|
@ -122,6 +122,8 @@ steps:
|
|||
environment:
|
||||
GOPROXY: off
|
||||
TAGS: bindata sqlite sqlite_unlock_notify
|
||||
GITHUB_READ_TOKEN:
|
||||
from_secret: github_read_token
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue