diff --git a/.github/workflows/security.code-scanning.yml b/.github/workflows/security.code-scanning.yml index 3bf856b..6a9ff54 100644 --- a/.github/workflows/security.code-scanning.yml +++ b/.github/workflows/security.code-scanning.yml @@ -9,4 +9,6 @@ on: jobs: codeql-javascript: - uses: chargehound/security-workflows-public/.github/workflows/codeql-javascript.yml@main \ No newline at end of file + uses: chargehound/security-workflows-public/.github/workflows/codeql-javascript.yml@main + secrets: + DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/security.dependency-review.yml b/.github/workflows/security.dependency-review.yml index 05e828e..b58c166 100644 --- a/.github/workflows/security.dependency-review.yml +++ b/.github/workflows/security.dependency-review.yml @@ -7,4 +7,6 @@ on: jobs: dependency-review: - uses: chargehound/security-workflows-public/.github/workflows/dependency-review.yml@main \ No newline at end of file + uses: chargehound/security-workflows-public/.github/workflows/dependency-review.yml@main + secrets: + DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} \ No newline at end of file