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 ...