Skip to content

ci: get repos from vars #10

ci: get repos from vars

ci: get repos from vars #10

Workflow file for this run

---
name: Daily repo check
on:
push:
branches:
- feat/check-repos
# schedule:
# - cron: "15 4,5 * * *"
jobs:
lint:
uses: singnet/das/.github/workflows/invoke-workflow.yml@feat/check-repos
with:
workflow: ${{ matrix.repo.name }}
repo: ${{ matrix.repo.repo }}
secrets: inherit
strategy:
matrix:
repo: ${{ fromJson(vars.SCHEDULED_REPOS) }}