Skip to content

Commit 2e6886e

Browse files
committed
removed unused aws credentials
1 parent a1d85db commit 2e6886e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ 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-
3628
- name: Install poetry
3729
run: pip install poetry==2.1.2
3830

0 commit comments

Comments
 (0)