There was an error while loading. Please reload this page.
1 parent 5c5d6c2 commit d1b1490Copy full SHA for d1b1490
1 file changed
.github/workflows/service.yml
@@ -14,8 +14,8 @@ jobs:
14
- uses: CondeNast/service-catalog-scripts@v1.1.0
15
with:
16
schema-version: v2.2
17
- datadog-key: ${{ secrets.DATADOG_API_KEY }}
18
- datadog-app-key: ${{ secrets.DATADOG_APPLICATION_KEY }}
+ datadog-key: \${{ secrets.DATADOG_SERVICE_CATALOG_API_KEY }}
+ datadog-app-key: \${{ secrets.DATADOG_SERVICE_CATALOG_APPLICATION_KEY }}
19
20
# This maps to the "dd-service" field in Datadog, it's just the name of your service.
21
service-name: atjson
0 commit comments