Skip to content

Commit

Permalink
added secrets to workflow_call section of update-testing-data
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Jun 4, 2024
1 parent 62d73bc commit a4b3f44
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-testing-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: update-testing-data
on:
workflow_dispatch:
workflow_call:
secrets:
AWS_ACCESS_KEY_ID:
required: true
AWS_SECRET_ACCESS_KEY:
required: true
S3_GIN_BUCKET:
required: true

jobs:
run:
Expand Down

0 comments on commit a4b3f44

Please sign in to comment.