Skip to content

Product - Sync. Files #69

Product - Sync. Files

Product - Sync. Files #69

# Synchronize common workflows and configuration across all product repositories
name: Product - Sync. Files
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
jobs:
file_sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wadackel/files-sync-action@v3
with:
github_token: ${{ secrets.GH_ISSUES_PRS_CHORES }}
config_file: .github/product-file-sync-config.yml