Skip to content

Commit

Permalink
chore: Pass production environment input when running API e2e (#5524)
Browse files Browse the repository at this point in the history
* chore: Pass production environment input when running API e2e

* chore: Pass production environment input when running widget e2e
  • Loading branch information
SokratisVidros authored May 8, 2024
1 parent 20e1fda commit 0ae9089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod-deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
ee: ${{ contains (matrix.name,'-ee') }}
job-name: ${{ matrix.name }}
environment: Production
secrets: inherit

build_prod_image:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod-deploy-widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: ./.github/workflows/reusable-widget-e2e.yml
with:
ee: true
environment: Production
secrets: inherit

deploy_widget_eu:
Expand Down

0 comments on commit 0ae9089

Please sign in to comment.