From 11b3f26bdabf5ffeee1797966430224321563245 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 9 Aug 2023 18:46:54 +0700 Subject: [PATCH] feat: update workflows --- .github/workflows/ci-dev.yml | 10 +++++----- .github/workflows/ci-prod.yml | 6 +++--- .github/workflows/ci-staging.yml | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) 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