Skip to content

24174 - Supporting multiple payment methods on statement (#96) #59

24174 - Supporting multiple payment methods on statement (#96)

24174 - Supporting multiple payment methods on statement (#96) #59

Workflow file for this run

name: Report-API CD GCP
on:
push:
branches:
- main
paths:
- "report-api/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
report-api-cd:
permissions:
id-token: write
contents: write
uses: bcgov/bcregistry-sre/.github/workflows/backend-cd.yaml@main
with:
target: ${{ github.event.inputs.target }} # Corrected the input reference
app_name: "report-api"
working_directory: "./report-api"
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}