Skip to content

Commit 7ccfd4f

Browse files
committed
ci: remove unnused action secrets from system-tests
1 parent 9f19258 commit 7ccfd4f

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)