Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-hampson authored May 28, 2021
1 parent 486c519 commit bac4ca5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
env:
SECRET_KEY: cu_jpk8hpzci&et3rfn1n14*z@ur=o9v-m#%g^ex!iiftfvh0m # Dummy key. Used here so that dependabot PRs
DEBUG: True # can be tested with GitHub Actions.
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_STORAGE_BUCKET_NAME: ${{ secrets.AWS_STORAGE_BUCKET_NAME }}

jobs:
build:
Expand Down

0 comments on commit bac4ca5

Please sign in to comment.