File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 # system-tests requires an API_KEY, but it does not have to be a valid key, as long as we don't run a scenario
5555 # that make assertion on backend data. Using a fake key allow to run system tests on PR originating from forks.
5656 # If ever it's needed, a valid key exists in the repo, using ${{ secrets.DD_API_KEY }}
57- DD_API_KEY : 1234567890abcdef1234567890abcdef
57+ DD_API_KEY : ${{ secrets.FAKE_DD_API_KEY }}
5858 CMAKE_BUILD_PARALLEL_LEVEL : 12
5959 SYSTEM_TESTS_AWS_ACCESS_KEY_ID : ${{ secrets.IDM_AWS_ACCESS_KEY_ID }}
6060 SYSTEM_TESTS_AWS_SECRET_ACCESS_KEY : ${{ secrets.IDM_AWS_SECRET_ACCESS_KEY }}
@@ -106,7 +106,7 @@ jobs:
106106 # system-tests requires an API_KEY, but it does not have to be a valid key, as long as we don't run a scenario
107107 # that make assertion on backend data. Using a fake key allow to run system tests on PR originating from forks.
108108 # If ever it's needed, a valid key exists in the repo, using ${{ secrets.DD_API_KEY }}
109- DD_API_KEY : 1234567890abcdef1234567890abcdef
109+ DD_API_KEY : ${{ secrets.FAKE_DD_API_KEY }}
110110 CMAKE_BUILD_PARALLEL_LEVEL : 12
111111 SYSTEM_TESTS_AWS_ACCESS_KEY_ID : ${{ secrets.IDM_AWS_ACCESS_KEY_ID }}
112112 SYSTEM_TESTS_AWS_SECRET_ACCESS_KEY : ${{ secrets.IDM_AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments