Skip to content

Commit

Permalink
Update publish-to-aws-s3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMichalski authored Dec 2, 2024
1 parent 5dceca7 commit 8875a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-aws-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrects.AWS_ACCESS_KEY_ID }}
aws-access-key: ${{ secrects.AWS_SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Copy to S3
run: aws s3 sync ./www/. s3://danielmichalski-website

0 comments on commit 8875a9f

Please sign in to comment.