From 1a8cff8c6cbea64d8394ca53185070f67e9c3fc7 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Tue, 31 Jan 2023 09:40:32 +0100 Subject: [PATCH] update vault secret reference (#1252) See https://github.com/grafana/oncall-private/pull/1612 for more context. --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3456e3e4..e5881386 100644 --- a/.drone.yml +++ b/.drone.yml @@ -374,7 +374,7 @@ name: gh_token # Slack webhook get: name: slack-plugin - path: secret/data/common/oncall/drone + path: infra/data/ci/oncall/drone kind: secret name: slack_webhook @@ -382,15 +382,15 @@ name: slack_webhook # GCOM plugin publisher get: name: gcom-plugin-publisher - path: secret/data/common/oncall/drone + path: infra/data/ci/oncall/drone kind: secret name: gcom_plugin_publisher_api_key --- # GCS bucket get: - name: credentials.json - path: secret/data/common/oncall/gcs-oncall-drone-publisher + name: gcs-oncall-drone-publisher + path: infra/data/ci/oncall/drone kind: secret name: gcs_oncall_publisher_key @@ -417,6 +417,6 @@ kind: secret name: drone_token --- kind: signature -hmac: 662c2be2ccdd106ae4f23a557f981ef601d9693b0333e0bcda7189ddf16fb49a +hmac: 5c81e5876fecd6c48a184aff583c98db5d1055a07cad1dc2aaac8a6722921c63 ...