Newer
Older
# Drone secrets for this repo
# The file format is
# <sec_name> <sec_value> <sec_options> ....
# sec_value may be one of:
# vault://<path>
# file://<path>
# @filename
# string_value
docker_username ${DOCKER_REGISTRY_USERNAME} -image plugins/docker
docker_password vault://${DOCKER_REGISTRY_PASSWORD_PATH} -image plugins/docker
slack_webhook vault://${SEC_PATH}/common/slack/authnz-build -image plugins/slack
downstream_token @${DRONE_TOKEN_FILE} -image plugins/downstream