We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20edb98 commit 7c26d3bCopy full SHA for 7c26d3b
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Configure AWS credentials
38
uses: aws-actions/configure-aws-credentials@v1
39
with:
40
- aws-access-key: ${{ secrets.AWS_ACCESS_KEY_ID }}
+ aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
41
aws-secret-acess-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
42
aws-region: ${{ secrets.AWS_REGION }}
43
requirements.txt
@@ -13,5 +13,4 @@ pyaml
13
fastapi
14
uvicorn
15
python-multipart
16
-
17
# -e .
0 commit comments