File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed
Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1+ name : CI Dev Holesky
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - holesky
8+ paths-ignore :
9+ - " .github/**"
10+ - " README.md"
11+
12+ permissions : {}
13+
14+ jobs :
15+ # test:
16+ # ...
17+
18+ deploy :
19+ runs-on : ubuntu-latest
20+ # needs: test
21+ name : Build and deploy
22+ steps :
23+ - name : Testnet deploy
24+ uses : lidofinance/dispatch-workflow@v1
25+ env :
26+ APP_ID : ${{ secrets.APP_ID }}
27+ APP_PRIVATE_KEY : ${{ secrets.APP_PRIVATE_KEY }}
28+ TARGET_REPO : " lidofinance/infra-mainnet"
29+ TARGET_WORKFLOW : " deploy_holesky_testnet_lido_oracle.yaml"
30+ TARGET : " holesky"
Original file line number Diff line number Diff line change 1- name : CI Dev Holesky
1+ name : CI Dev Hoodi
22
33on :
44 workflow_dispatch :
2626 APP_ID : ${{ secrets.APP_ID }}
2727 APP_PRIVATE_KEY : ${{ secrets.APP_PRIVATE_KEY }}
2828 TARGET_REPO : " lidofinance/infra-mainnet"
29- TARGET_WORKFLOW : " deploy_holesky_testnet_lido_oracle .yaml"
29+ TARGET_WORKFLOW : " deploy_hoodi_testnet_lido_oracle .yaml"
3030 TARGET : " develop"
You can’t perform that action at this time.
0 commit comments