Skip to content

Examiner - UI: Host details expansion (#457) #2

Examiner - UI: Host details expansion (#457)

Examiner - UI: Host details expansion (#457) #2

name: STRR Examiner UI CD
on:
push:
branches:
- main
- feature*
- hotfix*
- release*
paths:
- "strr-examiner-web/**"
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:
examiner-ui-cd:

Check failure on line 32 in .github/workflows/strr-examiner-ui-cd.yaml

View workflow run for this annotation

GitHub Actions / STRR Examiner UI CD

Invalid workflow file

The workflow is not valid. .github/workflows/strr-examiner-ui-cd.yaml (Line: 32, 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: "strr-examiner-ui"
working_directory: "./strr-examiner-web"
node_version: 20
redeploy: ${{ inputs.redeploy }}
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}