From 74e41e02df03f94ee357566568946aa0c062e148 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Mon, 8 Sep 2025 15:34:30 -0400 Subject: [PATCH] chore(e2e): Remove unused secrets in aws cleanup job (#6037) --- .github/workflows/test-ci-cleanup-oss.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-ci-cleanup-oss.yml b/.github/workflows/test-ci-cleanup-oss.yml index c0c9d3fcb8..d391c424d0 100644 --- a/.github/workflows/test-ci-cleanup-oss.yml +++ b/.github/workflows/test-ci-cleanup-oss.yml @@ -38,8 +38,6 @@ jobs: --user root -t env: - AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} - AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} TIME_LIMIT: "48h" timeout-minutes: 60 steps: