Skip to content

Back to pg8000 and add type of id to the model functions. #68

Back to pg8000 and add type of id to the model functions.

Back to pg8000 and add type of id to the model functions. #68

Workflow file for this run

name: ACCOUNT UI CD
on:
push:
branches:

Check failure on line 5 in .github/workflows/auth-web-cd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auth-web-cd.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
- 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 }}