diff --git a/.github/workflows/cypress-marketplace.yml b/.github/workflows/cypress-marketplace.yml index 5cb3e6b288..c83139c7a1 100644 --- a/.github/workflows/cypress-marketplace.yml +++ b/.github/workflows/cypress-marketplace.yml @@ -79,6 +79,8 @@ jobs: uses: docker/build-push-action@v4 with: context: . + build-args: | + CUSTOM_GITHUB_TOKEN=${{ secrets.CUSTOM_GITHUB_TOKEN }} file: docker/ee/ee-production.Dockerfile push: false tags: tooljet/tj-osv:${{ env.SAFE_BRANCH_NAME }}