All checks were successful
continuous-integration/drone/push Build is passing
Re compose-stacks/organising#18
8 lines
253 B
Cheetah
8 lines
253 B
Cheetah
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 }}
|