diff --git a/.github/workflows/db-ops.yaml b/.github/workflows/db-ops.yaml index 3ac73e61c1..90bd64becb 100644 --- a/.github/workflows/db-ops.yaml +++ b/.github/workflows/db-ops.yaml @@ -165,6 +165,7 @@ jobs: runs-on: ubuntu-latest needs: [update-helm-chart,build-and-push-ee-image] if: ${{ needs.update-helm-chart.result == 'success' }} + environment: ${{ github.event.client_payload.environment }} permissions: contents: read packages: write diff --git a/.github/workflows/deploy-wf-service.yml b/.github/workflows/deploy-wf-service.yml index b63ae57fdc..086d510694 100644 --- a/.github/workflows/deploy-wf-service.yml +++ b/.github/workflows/deploy-wf-service.yml @@ -256,6 +256,7 @@ jobs: runs-on: ubuntu-latest needs: [update-helm-chart,build-and-push-ee-image] if: ${{ needs.update-helm-chart.result == 'success' }} + environment: ${{ inputs.environment }} permissions: contents: read packages: write diff --git a/.github/workflows/hotfix-wf-service.yml b/.github/workflows/hotfix-wf-service.yml index 38bb066649..2f4c9f4ee2 100644 --- a/.github/workflows/hotfix-wf-service.yml +++ b/.github/workflows/hotfix-wf-service.yml @@ -329,6 +329,7 @@ jobs: send-to-slack: runs-on: ubuntu-latest needs: [update-helm-chart,build-and-push-ee-image,build-and-push-image] + environment: ${{ inputs.environment }} if: ${{ needs.update-helm-chart.result == 'success' }} permissions: contents: read