Skip to content

Commit ddf29d2

Browse files
ci: remove unnused action secrets from system-tests [backport 3.16] (#14839)
Backport b6d846e from #14834 to 3.16. ## Description These aren't needed or used anymore, so we can stop providing them. ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers --> Co-authored-by: Brett Langdon <[email protected]>
1 parent 2f26328 commit ddf29d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/system-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
TEST_LIBRARY: python
3636
WEBLOG_VARIANT: ${{ matrix.weblog-variant }}
3737
CMAKE_BUILD_PARALLEL_LEVEL: 12
38-
SYSTEM_TESTS_AWS_ACCESS_KEY_ID: ${{ secrets.IDM_AWS_ACCESS_KEY_ID }}
39-
SYSTEM_TESTS_AWS_SECRET_ACCESS_KEY: ${{ secrets.IDM_AWS_SECRET_ACCESS_KEY }}
4038
steps:
4139
- name: Install Dependencies
4240
run: sudo apt-get install -y patchelf
@@ -84,8 +82,6 @@ jobs:
8482
TEST_LIBRARY: python
8583
WEBLOG_VARIANT: ${{ matrix.weblog-variant }}
8684
CMAKE_BUILD_PARALLEL_LEVEL: 12
87-
SYSTEM_TESTS_AWS_ACCESS_KEY_ID: ${{ secrets.IDM_AWS_ACCESS_KEY_ID }}
88-
SYSTEM_TESTS_AWS_SECRET_ACCESS_KEY: ${{ secrets.IDM_AWS_SECRET_ACCESS_KEY }}
8985
steps:
9086

9187
- name: Checkout system tests

0 commit comments

Comments
 (0)