Skip to content

Commit

Permalink
Add syncing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xl-sec committed Aug 6, 2023
1 parent 6b037b4 commit 4b85155
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync fork

on:
schedule:
# Every Friday, every 15 minutes between 9-12
- cron: '*/15 9-12 * * 5'
workflow_dispatch:

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: Simpsonpt
repo: AppSecEzine
base: main
head: main
ignore_fail: true
retries: 1

0 comments on commit 4b85155

Please sign in to comment.