Tutorial changes (#15) #4
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: Signal Changelog Update | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| ping-hub: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Ring the Doorbell | |
| uses: peter-evans/repository-dispatch@v3 | |
| with: | |
| token: ${{ secrets.MY_PAT }} | |
| repository: ohmlaws/ohmlaws-changelog | |
| event-type: update_request | |
| # This sends the repo name (e.g., "ohmlaws/project-alpha") to the hub | |
| client-payload: '{"source_repo": "${{ github.repository }}"}' |