We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc90a3 commit bd4fe3dCopy full SHA for bd4fe3d
.github/workflows/system_tests.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
30
secrets:
31
DD_API_KEY: ${{ secrets.DD_API_KEY }}
32
- TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY }}
+ TEST_OPTIMIZATION_API_KEY: ${{ secrets.TEST_OPTIMIZATION_API_KEY }}
33
permissions:
34
contents: read
35
packages: write
0 commit comments