Merge pull request #4087 from vishaljoshi789/#4083 #981
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}} |