refactor: ♻️ switch to JSON for glossary, remove glossary exte… #81
This file contains hidden or 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 files across repos | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| sync: | |
| uses: seedcase-project/.github/.github/workflows/reusable-sync-files.yml@main | |
| with: | |
| app-id: ${{ vars.SYNC_FILES_APP_ID }} | |
| secrets: | |
| sync-files-token: ${{ secrets.SYNC_FILES_TOKEN }} |