Skip to content

Commit 0923a45

Browse files
Sarunikssylvestre
authored andcommitted
Fix credentials for aws cmd
1 parent ecb4d6f commit 0923a45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ jobs:
211211
uses: actions/checkout@v4
212212

213213
- name: Setup test bucket
214+
# AWS credentials for aws command
215+
env:
216+
AWS_ACCESS_KEY_ID: minioadmin
217+
AWS_SECRET_ACCESS_KEY: minioadmin
214218
run: aws --endpoint-url http://127.0.0.1:9000/ s3 mb s3://test
215219

216220
- name: Install rust

0 commit comments

Comments
 (0)