Skip to content

MHR API TRANS data validation no mixed party types. (#2093) #2

MHR API TRANS data validation no mixed party types. (#2093)

MHR API TRANS data validation no mixed party types. (#2093) #2

Workflow file for this run

name: MHR API CD
on:
push:
branches:
- main
- feature*
- hotfix*
paths:
- "mhr-api/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
mhr-api-cd:

Check failure on line 24 in .github/workflows/mhr-api-cd.yml

View workflow run for this annotation

GitHub Actions / MHR API CD

Invalid workflow file

The workflow is not valid. .github/workflows/mhr-api-cd.yml (Line: 24, Col: 3): Error calling workflow 'bcgov/bcregistry-sre/.github/workflows/backend-cd.yaml@main'. The nested job 'deploy' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: bcgov/bcregistry-sre/.github/workflows/backend-cd.yaml@main
with:
target: ${{ inputs.target }}
app_name: "mhr-api"
working_directory: "./mhr-api"
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}