We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d57ac commit 01b2548Copy full SHA for 01b2548
1 file changed
.github/workflows/system_tests.yml
@@ -29,12 +29,9 @@ jobs:
29
needs:
30
- build
31
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
32
- secrets:
33
- DD_API_KEY: ${{ secrets.DD_API_KEY }}
34
- TEST_OPTIMIZATION_API_KEY: ${{ secrets.TEST_OPTIMIZATION_API_KEY }}
35
permissions:
36
contents: read
37
- packages: write
+ id-token: write
38
with:
39
library: python_lambda
40
binaries_artifact: binaries
0 commit comments