Fix master-staging api path (#2662)

This commit is contained in:
Lukasz Ostrowski 2022-11-24 10:35:38 +01:00 committed by GitHub
parent 6c96ce681b
commit 1beb8473aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
MARKETPLACE_URL: "https://marketplace-gray.vercel.app/"
SALEOR_APPS_ENDPOINT: "https://marketplace-gray.vercel.app/template-gallery/api/saleor-apps"
SALEOR_APPS_ENDPOINT: "https://marketplace-gray.vercel.app/api/saleor-apps"
ENVIRONMENT: saleor-master-staging
IS_CLOUD_INSTANCE: true
steps: