Merge pull request #2287 from plebhash/2026-08-06-protocol-version-mi… #68
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: Dispatch sv2-apps update | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| dispatch: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Dispatch stratum main update to sv2-apps | |
| uses: peter-evans/repository-dispatch@v3 | |
| with: | |
| token: ${{ secrets.PAT }} | |
| repository: stratum-mining/sv2-apps | |
| event-type: stratum-main-updated | |
| client-payload: >- | |
| {"ref":"${{ github.ref }}","sha":"${{ github.sha }}","source_repository":"${{ github.repository }}","source_workflow":"dispatch-sv2-apps-update"} |