platform dashboard (#202) #2
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: STRR APPLICATION AUTO APPROVAL JOB CD | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- "jobs/auto-approval/**" | ||
- "src/strr_api/models/**" | ||
- "src/strr_api/services/**" | ||
- "src/strr_api/enums/**" | ||
- "src/strr_api/exceptions/**" | ||
- "src/strr_api/utils/**" | ||
workflow_dispatch: | ||
inputs: | ||
target: | ||
description: "Deploy To" | ||
required: true | ||
type: choice | ||
options: | ||
- dev | ||
- test | ||
- sandbox | ||
- prod | ||
jobs: | ||
strr-application-auto-approval-job-cd: | ||
Check failure on line 27 in .github/workflows/strr-application-auto-approval-job-cd.yaml GitHub Actions / STRR APPLICATION AUTO APPROVAL JOB CDInvalid workflow file
|
||
uses: bcgov/bcregistry-sre/.github/workflows/backend-job-cd.yaml@main | ||
with: | ||
target: ${{ inputs.target }} | ||
app_name: "strr-application-auto-approval-job" | ||
working_directory: "./jobs/auto-approval" | ||
secrets: | ||
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }} | ||
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }} |