Skip to content

Commit

Permalink
Sync fork daily at midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaurer committed Jun 18, 2024
1 parent 5d0f901 commit d2ab84c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Sync fork
on:
schedule:
# Daily at midnight
- cron: "0 0 * * *"
workflow_dispatch: {}
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- run: gh repo sync actions/maven-dependency-submission-action -b main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d2ab84c

Please sign in to comment.