Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

.github/workflows/repo-sync.yml

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

Workflow file for this run

# File: .github/workflows/repo-sync.yml
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
repo-sync:
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: "cristalhq/aconfig"
source_branch: "main"
destination_branch: "upstream"
sync_tags: ""
github_token: ${{ github.token }}