Skip to content

Commit

Permalink
Feat: add webhook based trigger (#4)
Browse files Browse the repository at this point in the history
* feat: add dispatch action
  • Loading branch information
JoE11-y authored Oct 2, 2024
1 parent 84e1b02 commit 4fcb476
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Dispatch to stone-packaging

on:
push:
branches:
- "main"

jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Respository dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: dipdup-io/stone-packaging
event-type: prover-update

0 comments on commit 4fcb476

Please sign in to comment.