diff options
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 |