Skip to content

Commit 7fb045e

Browse files
authored
Update actions to use new DD API key for static analysis (#20187)
* update key used in ci * test * revert * Revert "revert" This reverts commit b3bf2bd. * reuse api key * test * should be api key 2 * revert
1 parent 10b5e28 commit 7fb045e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/datadog-static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
id: datadog-static-analysis
1414
uses: DataDog/datadog-static-analyzer-github-action@v1
1515
with:
16-
dd_api_key: ${{ secrets.DD_STATIC_ANALYSIS_API_KEY }}
17-
dd_app_key: ${{ secrets.DD_STATIC_ANALYSIS_APP_KEY }}
16+
dd_api_key: ${{ secrets.DD_API_KEY_2 }}
17+
dd_app_key: ${{ secrets.DD_STATIC_ANALYSIS_APP_KEY_2 }}
1818
dd_service: integration-core
1919
dd_env: ci
2020
dd_site: datadoghq.com

0 commit comments

Comments
 (0)