Skip to content

fix: made getting account mailing address safer (#399) #1

fix: made getting account mailing address safer (#399)

fix: made getting account mailing address safer (#399) #1

name: Business AR API CD
on:
push:
branches:
- main
paths:
- "api/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
business-ar-api-cd:

Check failure on line 22 in .github/workflows/business-ar-api-cd.yaml

View workflow run for this annotation

GitHub Actions / Business AR API CD

Invalid workflow file

The workflow is not valid. .github/workflows/business-ar-api-cd.yaml (Line: 22, 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: "business-ar-api"
working_directory: "./api"
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}