From 9a6bcf900fecbac52405f4f3ecf3d700c6f6ca5e Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Fri, 10 Oct 2025 03:36:48 -0400 Subject: [PATCH] ci: remove unnused action secrets from system-tests (#14834) ## Description These aren't needed or used anymore, so we can stop providing them. ## Testing ## Risks ## Additional Notes (cherry picked from commit b6d846e615913e3f1f8618d2c7a7da5aca90eb48) --- .github/workflows/system-tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 151066d60f4..a2f562bb495 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -35,8 +35,6 @@ jobs: TEST_LIBRARY: python WEBLOG_VARIANT: ${{ matrix.weblog-variant }} CMAKE_BUILD_PARALLEL_LEVEL: 12 - SYSTEM_TESTS_AWS_ACCESS_KEY_ID: ${{ secrets.IDM_AWS_ACCESS_KEY_ID }} - SYSTEM_TESTS_AWS_SECRET_ACCESS_KEY: ${{ secrets.IDM_AWS_SECRET_ACCESS_KEY }} steps: - name: Install Dependencies run: sudo apt-get install -y patchelf @@ -84,8 +82,6 @@ jobs: TEST_LIBRARY: python WEBLOG_VARIANT: ${{ matrix.weblog-variant }} CMAKE_BUILD_PARALLEL_LEVEL: 12 - SYSTEM_TESTS_AWS_ACCESS_KEY_ID: ${{ secrets.IDM_AWS_ACCESS_KEY_ID }} - SYSTEM_TESTS_AWS_SECRET_ACCESS_KEY: ${{ secrets.IDM_AWS_SECRET_ACCESS_KEY }} steps: - name: Checkout system tests