Skip to content

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

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

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

Workflow file for this run

name: Apps / API
on:
workflow_dispatch:
pull_request:
branches: ["*"]
paths:
- apps/api/**
- packages/**
- .github/workflows/apps-api.yaml
- pnpm-lock.yaml
push:
branches: ["main"]
paths:
- apps/api/**
- packages/**
- .github/workflows/apps-api.yaml
- pnpm-lock.yaml
jobs:
build:

Check failure on line 22 in .github/workflows/apps-api.yaml

View workflow run for this annotation

GitHub Actions / Apps / API

Invalid workflow file

The workflow is not valid. .github/workflows/apps-api.yaml (Line: 22, 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/api
dockerfile: apps/api/Dockerfile