mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Fix secret name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
0fdbe9d1bb
commit
0f7f839c59
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ steps:
|
|||
image: nextcloudci/php7.0:php7.0-19
|
||||
commands:
|
||||
- ./autotest-checkers.sh
|
||||
secrets: [ github_token ]
|
||||
secrets: [ GITHUB_TOKEN ]
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue