Skip to content

Merge pull request #41 from realm/kh/disable-studio-changelog-check #42

Merge pull request #41 from realm/kh/disable-studio-changelog-check

Merge pull request #41 from realm/kh/disable-studio-changelog-check #42

# Sync common files to other repos.
# Adjust which files are synced in the .github/sync.yml file.
name: Sync Files to repos
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@475a6502288f55cc52e951bdd1c44d7981218478
with:
GH_PAT: ${{ secrets.REALM_CI_REPO_SYNC }}
PR_LABELS: no-changelog
DRY_RUN: false
GIT_USERNAME: realm-ci
GIT_EMAIL: [email protected]