Skip to content

rename .name -> .value (#3185) #55

rename .name -> .value (#3185)

rename .name -> .value (#3185) #55

name: Account Mailer CD
on:
push:
branches:
- main
- feature*
- hotfix*
- release*
paths:
- "queue_services/account-mailer/**"
- "auth-api/src/auth_api/models/**"
- "auth-api/src/auth_api/services/gcp_queue/*"
- "auth-api/src/auth_api/utils/account_mailer.py"
- "auth-api/src/auth_api/utils/enums.py"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- "dev"
- "test"
- "sandbox"
- "prod"
redeploy:
description: "Redeploy Application"
required: true
type: choice
options:
- "false"
- "true"
jobs:
account-mailer-cd:

Check failure on line 35 in .github/workflows/account-mailer-cd.yml

View workflow run for this annotation

GitHub Actions / Account Mailer CD

Invalid workflow file

The workflow is not valid. .github/workflows/account-mailer-cd.yml (Line: 35, 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: "account-mailer"
working_directory: "./queue_services/account-mailer"
redeploy: ${{ inputs.redeploy }}
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}