Update trigger_quartz.yml #10
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: Trigger Quartz Build | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| dispatch: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Send Repository Dispatch | |
| uses: peter-evans/repository-dispatch@v3 | |
| with: | |
| # Must be an org secret with repo scope on the Quartz repo | |
| token: ${{ secrets.ORG_LINUX_WIKI }} | |
| # Your Quartz repo | |
| repository: Open-Source-Community/Wiki-Linux | |
| event-type: content_updated |