Skip to content

fix(web): password input type + ci reusable workflow + multi-arch images #20

fix(web): password input type + ci reusable workflow + multi-arch images

fix(web): password input type + ci reusable workflow + multi-arch images #20

name: Apps / Workspace Engine Router
on:
pull_request:
branches: ["*"]
paths:
- apps/workspace-engine-router/**
- .github/workflows/apps-workspace-engine-router.yaml
push:
branches: ["main"]
paths:
- apps/workspace-engine-router/**
- .github/workflows/apps-workspace-engine-router.yaml
jobs:
build:

Check failure on line 16 in .github/workflows/apps-workspace-engine-router.yaml

View workflow run for this annotation

GitHub Actions / Apps / Workspace Engine Router

Invalid workflow file

The workflow is not valid. .github/workflows/apps-workspace-engine-router.yaml (Line: 16, Col: 3): Error calling workflow 'ctrlplanedev/ctrlplane/.github/workflows/build-image.yaml@a1668c07399063e43d214c23d9c0413e52c9f44f'. The nested job 'build' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/build-image.yaml
secrets: inherit
with:
image-name: ctrlplane/workspace-engine-router
dockerfile: apps/workspace-engine-router/Dockerfile
context: apps/workspace-engine-router