Newer
Older
thu-learn-downloader-optimized / .github / workflows / template.yaml
@liblaf liblaf on 1 Dec 2023 482 bytes ci: sync with template repository
name: Template Repository

on:
  schedule:
    - cron: 0 0 * * 0
  workflow_dispatch:

permissions:
  contents: write

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}

jobs:
  template:
    name: Template
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
        with:
          token: ${{ secrets.GH_PAT }}
      - name: Sync with template repository
        uses: liblaf/template@main
        with:
          push: true