Skip to content

Commit

Permalink
Add AWS Keys to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
bueti committed Dec 10, 2023
1 parent bd9a324 commit fcf2e4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
envkey_TLS_KEY: ${{ secrets.TLS_KEY }}
envkey_DSN: ${{ secrets.DSN }}
envkey_SHA_SHORT: ${{ steps.vars.outputs.sha_short }}
envkey_AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
envkey_AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
directory: .
file_name: .env

Expand Down

0 comments on commit fcf2e4d

Please sign in to comment.