Skip to content

Commit

Permalink
add aws credentials to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Mar 18, 2024
1 parent a4fb7ac commit f51d74f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/production-bcfishpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
workflow_dispatch:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
jobs:
load-parameters:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f51d74f

Please sign in to comment.