CI: Try setting the vault secret for 'grafana_api_key' (#71981)
* Try setting the vault secret * Maybe? * forgot .drone.yml
This commit is contained in:
@@ -30,6 +30,7 @@ def vault_secret(name, path, key):
|
||||
|
||||
def secrets():
|
||||
return [
|
||||
vault_secret("grafana_api_key", "infra/data/ci/drone-plugins", "grafana_api_key"),
|
||||
vault_secret(pull_secret, "secret/data/common/gcr", ".dockerconfigjson"),
|
||||
vault_secret("github_token", "infra/data/ci/github/grafanabot", "pat"),
|
||||
vault_secret(drone_token, "infra/data/ci/drone", "machine-user-token"),
|
||||
|
||||
Reference in New Issue
Block a user