From 5909839de832dcf9b9c8b68b279233751b185106 Mon Sep 17 00:00:00 2001 From: Philipp Litzenberger Date: Thu, 19 Dec 2024 21:14:52 +0100 Subject: [PATCH] chore: remove duplicate env var --- .github/workflows/deploy-staging.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 4de80c728..74921f46f 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -2,7 +2,7 @@ name: Build and Deploy to Staging on: push: - branches: + branches: - master - feat/add-support-for-dgraph-cloud-with-namespaces jobs: @@ -43,7 +43,6 @@ jobs: BLOCKCHAIN_EXPLORER_BTC: 'https://www.blockchain.com/btc/tx/' BLOCKCHAIN_EXPLORER_ETH: 'https://etherscan.io/tx/' BLOCKCHAIN_EXPLORER_EOS: 'https://bloks.io/transaction/' - CHAIN_NAME: 'telos' PPP_ENV: 'prod' SENTRY_DSN: 'https://6fa219bfb2ed453fb5032d6ce1b83fc9@sentry.io/1884471' DOCUMENTATION: 'https://notepad.hypha.earth/5dC66nNXRVGpb1aTHaRJXw' @@ -73,7 +72,7 @@ jobs: LOGIN_CONTRACT: ${{ vars.LOGIN_CONTRACT }} JOIN_CONTRACT: ${{ vars.JOIN_CONTRACT }} JOIN_URI: 'https://join.hypha.earth/' - + DEFFERED_HYPHA_CONTRACT: ${{vars.DEFFERED_HYPHA_CONTRACT}} - name: S3 sync