We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d57ac commit 99c5a6aCopy full SHA for 99c5a6a
1 file changed
.github/workflows/system_tests.yml
@@ -28,13 +28,10 @@ jobs:
28
system-tests:
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 }}
+ uses: DataDog/system-tests/.github/workflows/system-tests.yml@1e5d6b7096279ca43ce4826fda3cc805635b63c1
35
permissions:
36
contents: read
37
- packages: write
+ id-token: write
38
with:
39
library: python_lambda
40
binaries_artifact: binaries
0 commit comments