docs: clarify secret management descriptions in rules and prompts files #11
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: 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 }} |