Skip to content

Commit

Permalink
Fix missing S3 env vars update_databases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais authored Nov 25, 2024
1 parent db40df4 commit 1c9cbd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ jobs:
env:
IA_ACCESS_KEY: ${{ secrets.IA_ACCESS_KEY }}
IA_SECRET_KEY: ${{ secrets.IA_SECRET_KEY }}
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}

0 comments on commit 1c9cbd6

Please sign in to comment.