Skip to content

fix: fixed staff account id redirection (#45) #38

fix: fixed staff account id redirection (#45)

fix: fixed staff account id redirection (#45) #38

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