Newer
Older
thu-learn-downloader-optimized / .github / workflows / template.yaml
@github-actions[bot] github-actions[bot] on 17 Feb 2024 521 bytes ci: sync with repository template
name: Repository Template

on:
  workflow_dispatch:

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

jobs:
  template:
    name: Template
    permissions:
      actions: write
      contents: write
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
        with:
          token: ${{ secrets.GH_TOKEN }}
      - name: Sync with Repository Template
        uses: liblaf/template@main
        with:
          token: ${{ secrets.GH_TOKEN }}
          commit: true