fix: hyper focus config to work with mise and simplify #15
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: Repository Metadata Sync | |
on: | |
push: | |
branches: [main, master] | |
jobs: | |
repo_sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Fetching Local Repository | |
uses: actions/checkout@v4 | |
- name: Repository Metadata Sync | |
uses: iloveitaly/github-actions-metadata-sync@v1 | |
with: | |
TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }} |