We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affe9c7 commit 49fa916Copy full SHA for 49fa916
.github/workflows/system_tests.yml
@@ -34,10 +34,12 @@ jobs:
34
TEST_OPTIMIZATION_API_KEY: ${{ secrets.TEST_OPTIMIZATION_API_KEY }}
35
permissions:
36
contents: read
37
+ id-token: write
38
packages: write
39
with:
40
library: python_lambda
41
binaries_artifact: binaries
42
scenarios_groups: tracer_release
43
skip_empty_scenarios: true
44
push_to_test_optimization: true
45
+ dd_sts_policy: datadog-lambda-python
0 commit comments