Skip to content

Commit

Permalink
Merge pull request #83 from actions/hm/sync-fork
Browse files Browse the repository at this point in the history
Sync fork daily at midnight
  • Loading branch information
hmaurer authored Jun 18, 2024
2 parents 5d0f901 + 7f86606 commit 899f6fb
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 4:24am
- cron: "24 4 * * *"
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 899f6fb

Please sign in to comment.