Skip to content

Commit

Permalink
dispatch action for suavelib sync (#140)
Browse files Browse the repository at this point in the history
* dispatch action for suavelib sync

* match naming pattern in destination
  • Loading branch information
sukoneck authored Jan 6, 2024
1 parent d5520bf commit 77f5e8a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/suave-lib-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: SuaveLib sync

on:
workflow_dispatch:
push:
branches:
- main
paths:
- suave-geth/suave/sol/libraries/

permissions: {}

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.PAT_DISPATCH_SAUVE_STD }}
repository: flashbots/suave-std
event-type: suavelib-sync
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "run": "${{ github.run_id }}"}'

0 comments on commit 77f5e8a

Please sign in to comment.