We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a21fe4 commit b21277fCopy full SHA for b21277f
.github/workflows/system_tests.yml
@@ -27,12 +27,14 @@ jobs:
27
needs:
28
- build
29
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
30
- secrets: inherit
+ secrets:
31
+ DD_API_KEY: ${{ secrets.DD_API_KEY }}
32
+ TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY }}
33
permissions:
34
contents: read
35
packages: write
36
with:
37
library: python_lambda
38
binaries_artifact: binaries
- scenarios_groups: appsec
39
+ scenarios_groups: tracer_release
40
skip_empty_scenarios: true
0 commit comments