Skip to content

UI - new hosts step 1 updates (#334) #4

UI - new hosts step 1 updates (#334)

UI - new hosts step 1 updates (#334) #4

name: STRR STRATA UI CD
on:
push:
branches:
- main
paths:
- "strr-strata-web/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- prod
jobs:
strata-ui-cd:

Check failure on line 21 in .github/workflows/strr-strata-ui-cd.yaml

View workflow run for this annotation

GitHub Actions / STRR STRATA UI CD

Invalid workflow file

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