Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix secret name
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke committed Apr 8, 2019
commit 0f7f839c590f736a4044f7ca460a0b57147b6e37
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ steps:
image: nextcloudci/php7.0:php7.0-19
commands:
- ./autotest-checkers.sh
secrets: [ github_token ]
secrets: [ GITHUB_TOKEN ]

trigger:
branch:
Expand Down