20327 Fix error occurred when testing filer on GCP for registration -… #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Business Auth CD | ||
on: | ||
push: | ||
branches: | ||
- feature-legal-name | ||
paths: | ||
- "queue_services/entity-auth/**" | ||
- "queue_services/common/**" | ||
workflow_dispatch: | ||
inputs: | ||
target: | ||
description: "Deploy To" | ||
required: true | ||
type: choice | ||
options: | ||
- dev | ||
- test | ||
- sandbox | ||
- prod | ||
jobs: | ||
business-auth-cd: | ||
Check failure on line 23 in .github/workflows/business-auth-cd.yml GitHub Actions / Business Auth CDInvalid workflow file
|
||
uses: bcgov/bcregistry-sre/.github/workflows/cloud-run-service-cd.yaml@main | ||
with: | ||
target: ${{ inputs.target }} | ||
app_name: "business-auth" | ||
working_directory: "./queue_services/entity-auth" | ||
secrets: | ||
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }} | ||
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }} |