diff --git a/.github/workflows/security.code-scanning.yml b/.github/workflows/security.code-scanning.yml index 527128a..bbeba06 100644 --- a/.github/workflows/security.code-scanning.yml +++ b/.github/workflows/security.code-scanning.yml @@ -9,4 +9,6 @@ on: jobs: codeql-ruby: - uses: chargehound/security-workflows-public/.github/workflows/codeql-ruby.yml@main \ No newline at end of file + uses: chargehound/security-workflows-public/.github/workflows/codeql-ruby.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..3933304 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