From 6f6d5f1ea33e3780ba12f35eb8f7a563f760afb0 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 6 Sep 2024 12:03:54 +0200 Subject: [PATCH] Add AWS access keys --- .github/workflows/cloud-regress.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index 78cbafb2f3..68094255cd 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -33,6 +33,8 @@ jobs: DEFAULT_PG_VERSION: ${{ matrix.DEFAULT_PG_VERSION }} TEST_OUTPUT: /tmp/test_output BUILD_TYPE: remote + AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_DEV }} + AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY_DEV }} runs-on: small container: