From 076ea0ca66380f9a94afa81588aed32afdfb0def Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Mon, 23 Jan 2023 11:59:24 +0100 Subject: [PATCH] Remove redundant envs from master.staging env (#3022) These envs were not updated with last PR, from Marketplace/Appstore POV envs should be the same on staging and master.staging --- .github/workflows/deploy-master-staging.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy-master-staging.yaml b/.github/workflows/deploy-master-staging.yaml index fd8be7ec7..f5ecbcdf6 100644 --- a/.github/workflows/deploy-master-staging.yaml +++ b/.github/workflows/deploy-master-staging.yaml @@ -17,10 +17,6 @@ jobs: SENTRY_URL_PREFIX: "~/dashboard/static" SENTRY_DSN: ${{ secrets.SENTRY_DSN }} SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - MARKETPLACE_URL: "https://marketplace-gray.vercel.app/" - SALEOR_APPS_PAGE_PATH: saleor-apps - SALEOR_APPS_JSON_PATH: api/saleor-apps - APP_TEMPLATE_GALLERY_PATH: template-gallery APPS_MARKETPLACE_API_URI: "https://marketplace-gray.vercel.app/api/v2/saleor-apps" ENVIRONMENT: saleor-master-staging IS_CLOUD_INSTANCE: true