aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorjeremy cotineau <jeremy.cotineau@sonarsource.com>2023-09-06 09:18:42 +0200
committersonartech <sonartech@sonarsource.com>2023-09-13 20:02:55 +0000
commita69897b5067fffd6779d4c0ff04553f85975aab3 (patch)
treeeb4303e2c8a9aa2107b97051845bc0ec55aebf69 /.cirrus.yml
parent753988902e0fe53c9fcb8c37a47673d45ba91735 (diff)
downloadsonarqube-a69897b5067fffd6779d4c0ff04553f85975aab3.tar.gz
sonarqube-a69897b5067fffd6779d4c0ff04553f85975aab3.zip
SQDEVOPS-225 add datadog vault secret
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ad4300f3ce2..825ccfe4a6d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -17,7 +17,7 @@ env:
SONARQUBE_NEXT_TOKEN: VAULT[development/kv/data/next data.token]
# to trigger docs deployment
ELASTIC_PWD: VAULT[development/team/sonarqube/kv/data/elasticsearch-cloud data.password]
- DATADOG_APIKEY:
+ DATADOG_APIKEY: VAULT[development/team/sonarqube/kv/data/sq-datadog data.apikey]
CIRRUS_LOG_TIMESTAMP: true
BRANCH_MAIN: "master"
BRANCH_NIGHTLY: "branch-nightly-build"