Skip to content

Commit 7c26d3b

Browse files
committed
test2 for github actions
1 parent 20edb98 commit 7c26d3b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Configure AWS credentials
3838
uses: aws-actions/configure-aws-credentials@v1
3939
with:
40-
aws-access-key: ${{ secrets.AWS_ACCESS_KEY_ID }}
40+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4141
aws-secret-acess-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4242
aws-region: ${{ secrets.AWS_REGION }}
4343

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ pyaml
1313
fastapi
1414
uvicorn
1515
python-multipart
16-
1716
# -e .

0 commit comments

Comments
 (0)