Skip to content

Commit

Permalink
*: automate PR for release CDVN and CDVC (#3407)
Browse files Browse the repository at this point in the history
automate PR for release CDVN and CDVC

category: feature
ticket: none
  • Loading branch information
apham0001 authored Dec 9, 2024
1 parent 28f6ff0 commit 1250a87
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,19 @@ jobs:
repository: ObolNetwork/obol-ansible
event-type: update-version
client-payload: '{"tag": "${{ env.TAG_NAME }}"}'

- name: Trigger dispatch for CDVN
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.OBOL_PLATFORM_PAT }}
repository: ObolNetwork/charon-distributed-validator-node
event-type: update-version
client-payload: '{"tag": "${{ env.TAG_NAME }}"}'

- name: Trigger dispatch for CDVC
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.OBOL_PLATFORM_PAT }}
repository: ObolNetwork/charon-distributed-validator-cluster
event-type: update-version
client-payload: '{"tag": "${{ env.TAG_NAME }}"}'

0 comments on commit 1250a87

Please sign in to comment.