Merge pull request #83 from actions/hm/sync-fork
Sync fork daily at midnight
This commit is contained in:
@@ -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 }}
|
||||||
Reference in New Issue
Block a user