docs: add Maestro to Development & Workflow (#260) #148
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 to awesome-ai-plugins | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [main] | |
| paths: | |
| - README.md | |
| - plugins.json | |
| - .agents/plugins/marketplace.json | |
| permissions: | |
| contents: read | |
| jobs: | |
| dispatch: | |
| name: Trigger sync to awesome-ai-plugins | |
| runs-on: ubuntu-latest | |
| # Requires the configured repo secret with repo scope for cross-repo dispatch. | |
| steps: | |
| - name: Repository Dispatch | |
| uses: peter-evans/repository-dispatch@v4 | |
| with: | |
| token: ${{ secrets.BOT_TOKEN }} | |
| repository: hashgraph-online/awesome-ai-plugins | |
| event-type: sync-to-ai-plugins |