Skip to content

Commit d1b1490

Browse files
author
Service Catalog Bot
committed
fix: update Datadog secret names to use service catalog specific secrets
1 parent 5c5d6c2 commit d1b1490

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- uses: CondeNast/service-catalog-scripts@v1.1.0
1515
with:
1616
schema-version: v2.2
17-
datadog-key: ${{ secrets.DATADOG_API_KEY }}
18-
datadog-app-key: ${{ secrets.DATADOG_APPLICATION_KEY }}
17+
datadog-key: \${{ secrets.DATADOG_SERVICE_CATALOG_API_KEY }}
18+
datadog-app-key: \${{ secrets.DATADOG_SERVICE_CATALOG_APPLICATION_KEY }}
1919

2020
# This maps to the "dd-service" field in Datadog, it's just the name of your service.
2121
service-name: atjson

0 commit comments

Comments
 (0)