Skip to content

A > B > C > D

A > B > C > D #7

Workflow file for this run

name: Import all and Deploy to GitHub Pages
on:
# A: Triggered on push to the main branch:
# push:
# branches:
# - main
# B: Triggered on manual workflow dispatch:
workflow_dispatch:
## C: Triggered on Wiki changes:
# gollum
jobs:
call-action1:
uses: ./.github/workflows/import-wiki.yml

Check failure on line 16 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Import all and Deploy to GitHub Pages

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 16, Col: 11): Secret TERMS_WOT_MANAGE_JSON_ENDPOINT is required, but not provided while calling. .github/workflows/main.yml (Line: 16, Col: 11): Secret GENERIC_SCRAPER_JSON_ENDPOINT is required, but not provided while calling.
call-action2:
needs: call-action1
uses: ./.github/workflows/import-metadata-google-sheet.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-action3:
needs: call-action2
uses: ./.github/workflows/import-external-glossaries.yml
call-action4:
needs: call-action3
uses: ./.github/workflows/deploy-to-gh-pages.yml