docs: fix lint issue (#5826)

This commit is contained in:
Sébastien Lorber 2021-10-29 16:21:42 +02:00 committed by GitHub
parent 8eaf02fe15
commit fc32194cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -362,7 +362,7 @@ trigger:
environment:
USE_SSH: true
GIT_USER: $DRONE_COMMIT_AUTHOR
GITHUB_PRIVATE_KEY:
GITHUB_PRIVATE_KEY:
from_secret: "git_deploy_private_key"
```