fix: add DRONE_GITEA_SKIP_VERIFY

This commit is contained in:
2021-12-15 17:23:29 +01:00
parent ee37c39660
commit b1c607646b
2 changed files with 7 additions and 0 deletions

View File

@ -177,6 +177,12 @@ config: {}
# https://docs.drone.io/server/reference/drone-gitea-server/
# DRONE_GITEA_SERVER: ""
# DRONE_GITEA_SKIP_VERIFY
# Boolean value disables tls verification when establishing a connection to
# the remote Gitea server.
# https://docs.drone.io/server/reference/drone-gitea-skip-verify/
# DRONE_GITEA_SKIP_VERIFY: ""
# DRONE_GITHUB_CLIENT_SECRET
# String value configures the GitHub oauth client secret. This is used to
# authorize access to GitHub on behalf of a Drone user.