Skip to content

25082-Notice of Withdrawal UX Fixes (#710) #841

25082-Notice of Withdrawal UX Fixes (#710)

25082-Notice of Withdrawal UX Fixes (#710) #841

Workflow file for this run

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