Merge pull request #452 from lidofinance/chore/update-ipfs-manifest #259
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Dev Holesky | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- develop | |
paths-ignore: | |
- '.github/**' | |
- 'test/**' | |
permissions: | |
contents: read | |
jobs: | |
# test: | |
# ... | |
deploy: | |
runs-on: ubuntu-latest | |
# needs: test | |
name: Build and deploy | |
steps: | |
- name: Holesky testnet deploy | |
uses: lidofinance/dispatch-workflow@v1 | |
env: | |
APP_ID: ${{ secrets.APP_ID }} | |
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} | |
TARGET_REPO: 'lidofinance/infra-mainnet' | |
TARGET_WORKFLOW: 'deploy_holesky_testnet_ethereum_staking_widget.yaml' | |
TARGET: 'develop' | |
tests: | |
needs: deploy | |
if: ${{ github.event.pull_request.draft == false }} | |
uses: ./.github/workflows/tests.yml | |
secrets: inherit | |
with: | |
stand_url: https://stake-holesky.testnet.fi |