File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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 }}"}'
You can’t perform that action at this time.
0 commit comments