Skip to content

20291 move app to app directory (#769) #1

20291 move app to app directory (#769)

20291 move app to app directory (#769) #1

Workflow file for this run

name: NAMEREQUEST UI CD
on:
push:
branches:
- main
paths:
- 'app/**'
workflow_dispatch:
inputs:
environment:
description: "Environment"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
tagname:
description: "Specify a previous version (git tag) to deploy"
required: false
default: ""
jobs:
namerequest-ui-cd:

Check failure on line 26 in .github/workflows/cd.yml

View workflow run for this annotation

GitHub Actions / NAMEREQUEST UI CD

Invalid workflow file

The workflow is not valid. .github/workflows/cd.yml (Line: 26, Col: 3): Error calling workflow 'bcgov/bcregistry-sre/.github/workflows/ui-cd-node20.yaml@main'. The nested job 'ui-cd-worklfow' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: bcgov/bcregistry-sre/.github/workflows/ui-cd-node20.yaml@main
with:
environment: ${{ inputs.environment }}
tagname: ${{ inputs.tagname }}
working_directory: 'app'
secrets:
APP_NAME: "namerequest"
OP_CONNECT_URL: ${{ secrets.OP_CONNECT_URL }}
OP_CONNECT_TOKEN: ${{ secrets.OP_CONNECT_TOKEN }}