blob: 62d6e928a6f1fbea695b2e85efc2290eb71abcde [file]
name: Sync Repo
on:
workflow_dispatch:
permissions:
contents: write
jobs:
sync:
name: Sync
runs-on: ubuntu-latest
steps:
- name: Sync
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh repo sync "${{ github.repository }}"