We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c4e0d commit 0809b23Copy full SHA for 0809b23
.github/workflows/shared-terraform-chatops.yml
@@ -263,6 +263,7 @@ jobs:
263
OPSGENIE_API_KEY: ${{ secrets.OPSGENIE_API_KEY }}
264
DD_API_KEY: ${{ secrets.DD_API_KEY }}
265
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
266
+ DD_HOST: ${{ secrets.DD_HOST }}
267
SPOTINST_TOKEN: ${{ secrets.SPOTINST_TOKEN }}
268
SPOTINST_ACCOUNT: ${{ secrets.SPOTINST_ACCOUNT }}
269
TFE_TOKEN: ${{ secrets.TFE_TOKEN }}
@@ -274,6 +275,7 @@ jobs:
274
275
if [[ "$USES_DATADOG" == "true" ]]; then
276
printf "%s=%s\n" DD_API_KEY "$DD_API_KEY" >> "$GITHUB_ENV"
277
printf "%s=%s\n" DD_APP_KEY "$DD_APP_KEY" >> "$GITHUB_ENV"
278
+ printf "%s=%s\n" DD_HOST "$DD_HOST" >> "$GITHUB_ENV"
279
echo exported Datadog
280
fi
281
if [[ "$USES_GITHUB" == "true" ]]; then
0 commit comments