Skip to content

Run Configlet Sync

Run Configlet Sync #14

name: Run Configlet Sync
on:
workflow_dispatch:
schedule:
- cron: '0 0 15 * *'
jobs:
call-gha-workflow:
uses: exercism/github-actions/.github/workflows/configlet-sync.yml@main
create-sync-issues:
needs: call-gha-workflow
uses: ./.github/workflows/create-configlet-sync-issues.yml
secrets: inherit