Skip to content
8 changes: 3 additions & 5 deletions .github/workflows/system_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ jobs:
system-tests:
needs:
- build
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
secrets:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
TEST_OPTIMIZATION_API_KEY: ${{ secrets.TEST_OPTIMIZATION_API_KEY }}
uses: DataDog/system-tests/.github/workflows/system-tests.yml@1e5d6b7096279ca43ce4826fda3cc805635b63c1
permissions:
contents: read
packages: write
id-token: write
with:
library: python_lambda
ref: 1e5d6b7096279ca43ce4826fda3cc805635b63c1
binaries_artifact: binaries
scenarios_groups: tracer_release
skip_empty_scenarios: true
Expand Down
Loading