diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-04-11 16:27:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 16:27:13 +0200 |
commit | 2094fcf5f01548ba5d2039f5ba99a50acd2caab7 (patch) | |
tree | 45cc4d69d997d8f225b1cd212c9207db10d45332 /.drone.yml | |
parent | e6c146121e708bd7aee099ecfe67daae4a54ea20 (diff) | |
parent | 2c15f4003ef6caf679a014e1bbd8002e866adcf2 (diff) | |
download | nextcloud-server-2094fcf5f01548ba5d2039f5ba99a50acd2caab7.tar.gz nextcloud-server-2094fcf5f01548ba5d2039f5ba99a50acd2caab7.zip |
Merge pull request #9145 from nextcloud/use-authorized-github-checks
Add auth token to github requests
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 170cb241c86..3a0d5ade9ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-19 commands: - ./autotest-checkers.sh + secrets: [ github_token ] when: matrix: TESTS: checkers |