Skip to content

update font size for alert message (#173) #218

update font size for alert message (#173)

update font size for alert message (#173) #218

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

Check failure on line 25 in .github/workflows/btr-ui-main-cd.yml

View workflow run for this annotation

GitHub Actions / BTR UI Main CD

Invalid workflow file

The workflow is not valid. .github/workflows/btr-ui-main-cd.yml (Line: 25, Col: 3): Error calling workflow 'bcgov/bcregistry-sre/.github/workflows/ui-cd-pnpm.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-pnpm.yaml@main
with:
environment: ${{ inputs.environment }}
tagname: ${{ inputs.tagname }}
working_directory: "./btr-web"
package_name: "btr-main-app"
secrets:
APP_NAME: "btr-ui"
OP_CONNECT_URL: ${{ secrets.OP_CONNECT_URL }}
OP_CONNECT_TOKEN: ${{ secrets.OP_CONNECT_TOKEN }}