Skip to content

Commit

Permalink
Merge pull request #97 from dennisreimann/patch-1
Browse files Browse the repository at this point in the history
Create dispatch-update.yml
  • Loading branch information
pavlenex authored Sep 3, 2024
2 parents 1287973 + 8b7a14a commit bedbf97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dispatch-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Dispatch update
on:
- push
- workflow_dispatch
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Push to repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: stratum-mining/stratumprotocol.org
event-type: update-submodule
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "module": "src/specification", "branch": "main"}'

0 comments on commit bedbf97

Please sign in to comment.