summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2020-01-16 16:15:44 +0100
committerGitHub <noreply@github.com>2020-01-16 16:15:44 +0100
commit11885daaa0397d02d7acd559234b098dfd239d49 (patch)
tree84743e7845f27124acf9045a0797ccafda51e2e9 /.drone.yml
parentfdb32ab0f82843f333969487d1207db7e085caaa (diff)
downloadgitea-11885daaa0397d02d7acd559234b098dfd239d49.tar.gz
gitea-11885daaa0397d02d7acd559234b098dfd239d49.zip
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
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 11dea174bb..3e02a47c44 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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