This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
drone/drone.env.tmpl

8 lines
253 B
Cheetah
Raw Permalink Normal View History

DRONE_RPC_SECRET={{ secret "rpc_secret" }}
{{ if (env "DRONE_GITEA_CLIENT_ID") }}
DRONE_GITEA_CLIENT_SECRET={{ secret "client_secret" }}
{{ end }}
{{ if (env "DRONE_GITHUB_CLIENT_ID") }}
DRONE_GITHUB_CLIENT_SECRET={{ secret "client_secret" }}
{{ end }}