mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-18 18:07:22 +01:00
adding github action
This commit is contained in:
20
.github/workflows/fork-sync.yml
vendored
Normal file
20
.github/workflows/fork-sync.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Sync Fork
|
||||
on:
|
||||
schedule:
|
||||
- cron: '00 20 * * 7' # every 30 minutes
|
||||
workflow_dispatch: # on button click
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: tgymnich/fork-sync@v1.2.1
|
||||
with:
|
||||
github_token: ${{ secrets.G_TOKEN }}
|
||||
owner: dbinary
|
||||
base: master
|
||||
head: master
|
||||
auto_approve: true
|
||||
personal_token: ${{ secrets.G_TOKEN }}
|
||||
Reference in New Issue
Block a user