Skip to content

18452 Merge branch 'main' into 'feature-legal-name' (#2401) #1

18452 Merge branch 'main' into 'feature-legal-name' (#2401)

18452 Merge branch 'main' into 'feature-legal-name' (#2401) #1

name: Business Emailer CD
on:
push:
branches:
- feature-legal-name
paths:
- "queue_services/entity-emailer/**"
- "queue_services/common/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
business-emailer-cd:
uses: bcgov/bcregistry-sre/.github/workflows/cloud-run-service-cd.yaml@main
with:
target: ${{ inputs.target }}
app_name: "business-emailer"
working_directory: "./queue_services/entity-emailer"
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}