Skip to content

Commit 0809b23

Browse files
authored
Add DD_HOST secret to Datadog configuration (#239)
1 parent c8c4e0d commit 0809b23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/shared-terraform-chatops.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ jobs:
263263
OPSGENIE_API_KEY: ${{ secrets.OPSGENIE_API_KEY }}
264264
DD_API_KEY: ${{ secrets.DD_API_KEY }}
265265
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
266+
DD_HOST: ${{ secrets.DD_HOST }}
266267
SPOTINST_TOKEN: ${{ secrets.SPOTINST_TOKEN }}
267268
SPOTINST_ACCOUNT: ${{ secrets.SPOTINST_ACCOUNT }}
268269
TFE_TOKEN: ${{ secrets.TFE_TOKEN }}
@@ -274,6 +275,7 @@ jobs:
274275
if [[ "$USES_DATADOG" == "true" ]]; then
275276
printf "%s=%s\n" DD_API_KEY "$DD_API_KEY" >> "$GITHUB_ENV"
276277
printf "%s=%s\n" DD_APP_KEY "$DD_APP_KEY" >> "$GITHUB_ENV"
278+
printf "%s=%s\n" DD_HOST "$DD_HOST" >> "$GITHUB_ENV"
277279
echo exported Datadog
278280
fi
279281
if [[ "$USES_GITHUB" == "true" ]]; then

0 commit comments

Comments
 (0)