Skip to content

Commit

Permalink
passed along secrets to update-testing-data
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson authored Jun 4, 2024
1 parent 967aaca commit 62d73bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dailies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
update-testing-data:
uses: ./.github/workflows/update-testing-data.yml
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
S3_GIN_BUCKET: ${{ secrets.S3_GIN_BUCKET }}

run-tests:
needs: update-testing-data
Expand Down

0 comments on commit 62d73bc

Please sign in to comment.