Skip to content

Namex Bad Name Notifier CD #17

Namex Bad Name Notifier CD

Namex Bad Name Notifier CD #17

name: Namex Bad Name Notifier CD
on:
push:
branches:
- main
paths:
- "jobs/bad-name-notifier/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
namex-bad-name-notifier-cd:
uses: bcgov/bcregistry-sre/.github/workflows/backend-job-cd.yaml@main
with:
target: ${{ inputs.target }}
app_name: "bad-name-notify"
working_directory: "./jobs/bad-name-notifier"
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}