Skip to content

21430-UXA Feedback (#3171) #129

21430-UXA Feedback (#3171)

21430-UXA Feedback (#3171) #129

Workflow file for this run

name: ACCOUNT UI CD
on:
push:
branches:
- main
- feature*
- hotfix*
paths:
- "auth-web/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
account-ui-cd:

Check failure on line 24 in .github/workflows/auth-web-cd.yml

View workflow run for this annotation

GitHub Actions / ACCOUNT UI CD

Invalid workflow file

The workflow is not valid. .github/workflows/auth-web-cd.yml (Line: 24, Col: 3): Error calling workflow 'bcgov/bcregistry-sre/.github/workflows/frontend-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/frontend-cd.yaml@main
with:
target: ${{ inputs.target }}
app_name: "account-ui"
working_directory: "./auth-web"
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}