Skip to content

Commit

Permalink
update workflow, fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
coldice committed Sep 22, 2023
1 parent 4c8f315 commit fae4e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: ⚙️ Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id:${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key:${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-1
- name: 🚀 Deploy AWS S3
run: |
Expand Down

0 comments on commit fae4e47

Please sign in to comment.