Skip to content

Commit

Permalink
fix: add missing github action keyword
Browse files Browse the repository at this point in the history
Add uses configure-aws-credentials keyword.
  • Loading branch information
Joona Oikarinen committed Mar 22, 2022
1 parent 789dc79 commit 5e02f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
with:
python-version: 3.7.10
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 5e02f5c

Please sign in to comment.