Skip to content

Commit

Permalink
Fix: Forgot call-action1 when passing secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Aug 19, 2024
1 parent 0269edd commit df53979
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
jobs:
call-action1:
uses: ./.github/workflows/import-wiki.yml
secrets:
TERMS_WOT_MANAGE_JSON_ENDPOINT: ${{ secrets.TERMS_WOT_MANAGE_JSON_ENDPOINT }}
GENERIC_SCRAPER_JSON_ENDPOINT: ${{ secrets.GENERIC_SCRAPER_JSON_ENDPOINT }}
ANNOTATED_COPIES_JSON_ENDPOINT: ${{ secrets.ANNOTATED_COPIES_JSON_ENDPOINT }}

call-action2:
needs: call-action1
Expand Down

0 comments on commit df53979

Please sign in to comment.