Skip to content

.github/workflows/repo-sync.yml #36881

.github/workflows/repo-sync.yml

.github/workflows/repo-sync.yml #36881

Workflow file for this run

on:
schedule:
- cron: "*/15 * * * *"
workflow_dispatch:
jobs:
repo-sync:
name: Sync changes from upstream Nova
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: "https://github.com/microsoft/nova.git"
source_branch: "main"
destination_branch: "main"
github_token: ${{ secrets.GITHUB_TOKEN }}