Skip to content

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

rename .name -> .value (#3185)

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

Workflow file for this run

name: Auth Queue CD
on:
push:
branches:
- main
- feature*
- hotfix*
- release*
paths:
- "queue_services/auth-queue/**"
- "auth-api/src/auth_api/models/**"
- "auth-api/src/auth_api/services/gcp_queue/*"
- "auth-api/src/auth_api/services/activity_log_publisher.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:
auth-queue-cd:

Check failure on line 36 in .github/workflows/auth-queue-cd.yml

View workflow run for this annotation

GitHub Actions / Auth Queue CD

Invalid workflow file

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