Skip to content

Commit 1d549f9

Browse files
committed
restored aws test credentials
1 parent 2e6886e commit 1d549f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
with:
2626
python-version: 3.11
2727

28+
- name: Set up AWS credentials
29+
env:
30+
AWS_ACCESS_KEY_ID: "FOOBARKEY"
31+
AWS_SECRET_ACCESS_KEY: "FOOBARSECRET"
32+
run: |
33+
aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
34+
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
35+
2836
- name: Install poetry
2937
run: pip install poetry==2.1.2
3038

0 commit comments

Comments
 (0)