forked from Mirror/pmbootstrap
CI: Add local forgejo CI
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
fedd3aac43
commit
f31e3f4f6d
1 changed files with 18 additions and 0 deletions
18
.forgejo/workflows/sync-with-upstream.yaml
Normal file
18
.forgejo/workflows/sync-with-upstream.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
name: Sync fork with upstream
|
||||||
|
run-name: Sync fork with upstream
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "@daily"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
sync:
|
||||||
|
name: Sync
|
||||||
|
runs-on: Misc
|
||||||
|
steps:
|
||||||
|
- name: Sync repository with upstream
|
||||||
|
uses: actions/sync-with-mirror@main
|
||||||
|
with:
|
||||||
|
secret: ${{ secrets.PUSH_TOKEN }}
|
||||||
|
name: pmbootstrap
|
||||||
|
branch: master
|
Loading…
Add table
Add a link
Reference in a new issue