Add AWS access keys

This commit is contained in:
Alexey Masterov
2024-09-06 12:03:54 +02:00
parent 7cd76ee351
commit 6f6d5f1ea3

View File

@@ -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: