Merge pull request #4115 from mathesar-foundation/3183_refresh_button #999
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync GitHub workflows to other repos | |
on: | |
push: | |
branches: | |
- develop | |
workflow_dispatch: | |
jobs: | |
sync_workflows: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@master | |
- name: Run GitHub file sync | |
uses: BetaHuhn/repo-file-sync-action@v1 | |
with: | |
GH_PAT: ${{secrets.MATHESAR_ORG_GITHUB_TOKEN}} |