diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index d564a95f7..253181c52 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -6,8 +6,8 @@ on: branches: - develop paths-ignore: - - ".github/**" - - "test/**" + - '.github/**' + - 'test/**' permissions: contents: read @@ -26,9 +26,9 @@ jobs: env: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} - TARGET_REPO: "lidofinance/infra-mainnet" - TARGET_WORKFLOW: "deploy_testnet_staking_widget_ts.yaml" - TARGET: "develop" + TARGET_REPO: 'lidofinance/infra-mainnet' + TARGET_WORKFLOW: 'deploy_testnet_ethereum_staking_widget.yaml' + TARGET: 'develop' tests: needs: deploy diff --git a/.github/workflows/ci-prod.yml b/.github/workflows/ci-prod.yml index f0a935d50..506e3aa38 100644 --- a/.github/workflows/ci-prod.yml +++ b/.github/workflows/ci-prod.yml @@ -20,6 +20,6 @@ jobs: env: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} - TARGET_REPO: "lidofinance/infra-mainnet" - TAG: "${{ github.event.release.tag_name }}" - TARGET_WORKFLOW: "build_critical_staking_widget_ts.yaml" + TARGET_REPO: 'lidofinance/infra-mainnet' + TAG: '${{ github.event.release.tag_name }}' + TARGET_WORKFLOW: 'build_critical_ethereum_staking_widget.yaml' diff --git a/.github/workflows/ci-staging.yml b/.github/workflows/ci-staging.yml index dd92cab67..6408dfc7a 100644 --- a/.github/workflows/ci-staging.yml +++ b/.github/workflows/ci-staging.yml @@ -6,8 +6,8 @@ on: branches: - main paths-ignore: - - ".github/**" - - "test/**" + - '.github/**' + - 'test/**' permissions: contents: read @@ -26,9 +26,9 @@ jobs: env: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} - TARGET_REPO: "lidofinance/infra-mainnet" - TARGET_WORKFLOW: "deploy_staging_critical_staking_widget_ts.yaml" - TARGET: "main" + TARGET_REPO: 'lidofinance/infra-mainnet' + TARGET_WORKFLOW: 'deploy_staging_critical_ethereum_staking_widget.yaml' + TARGET: 'main' tests: needs: deploy