Sign in
◑
Theme
qemu
/
ipxe
/
511dfd2c4d033e8603518a9348148b5bd614f601
/
.
/
.github
/
workflows
/
syncrepo.yml
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 }}"