Skip to content

Commit

Permalink
Updating automation to use credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Apr 30, 2024
1 parent 9f2907c commit cdaf1ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/S3_Deploy_Hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
run: npm run build
- name: Deploy to S3
run: npm run deploy
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit cdaf1ec

Please sign in to comment.