Skip to content

Commit 690ae1c

Browse files
committed
*: trigger dispatch for LCDVN and Launchpad
1 parent e350125 commit 690ae1c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,21 @@ jobs:
9292
repository: ObolNetwork/charon-distributed-validator-cluster
9393
event-type: update-version
9494
client-payload: '{"tag": "${{ env.TAG_NAME }}"}'
95+
96+
- name: Trigger dispatch for LCDVN
97+
uses: peter-evans/repository-dispatch@v3
98+
if: env.TAG_VALID == 'true'
99+
with:
100+
token: ${{ secrets.OBOL_PLATFORM_PAT }}
101+
repository: ObolNetwork/lido-charon-distributed-validator-node
102+
event-type: update-version
103+
client-payload: '{"tag": "${{ env.TAG_NAME }}"}'
104+
105+
- name: Trigger dispatch for Launchpad
106+
uses: peter-evans/repository-dispatch@v3
107+
if: env.TAG_VALID == 'true'
108+
with:
109+
token: ${{ secrets.OBOL_PLATFORM_PAT }}
110+
repository: ObolNetwork/dv-launchpad
111+
event-type: update-version
112+
client-payload: '{"tag": "${{ env.TAG_NAME }}"}'

0 commit comments

Comments
 (0)