Skip to content

Fix 23519 - update Contact Email header (#3076) #1739

Fix 23519 - update Contact Email header (#3076)

Fix 23519 - update Contact Email header (#3076) #1739

Workflow file for this run

name: ACCOUNT UI CD
on:
push:
branches:
- main
- feature*
paths:
- "auth-web/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
account-ui-cd:
uses: bcgov/bcregistry-sre/.github/workflows/frontend-cd.yaml@main
with:
target: ${{ inputs.target }}
app_name: "account-ui"
working_directory: "./auth-web"
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}