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 8875a9f commit aeca7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-aws-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Copy to S3
run: aws s3 sync ./www/. s3://danielmichalski-website

0 comments on commit aeca7fd

Please sign in to comment.