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:
Kevin Minehart
2023-07-19 23:40:03 +03:00
committed by GitHub
parent 6d1ff7f416
commit 9cf309288b
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -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"),