Skip to content

Refactor

Refactor #7

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
push:
branches:
- "refactorWorkflows"
pull_request:
branches:
- "main"
jobs:
build-onyx:

Check failure on line 13 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build and Test

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 13, Col: 3): Error calling workflow 'B-S-F/yaku/.github/workflows/build-onyx.yml@71083b2ee4a9c95c1c9f3723d27f12e42b61c04f'. The nested job 'build-onyx' is requesting 'attestations: write, packages: write, id-token: write', but is only allowed 'attestations: none, packages: read, id-token: none'.
uses: ./.github/workflows/build-onyx.yml
build-typescript-apps:
uses: ./.github/workflows/build-typescript-apps.yml
build-backend:
uses: ./.github/workflows/build-backend.yml
build-backend-docker-image:
needs:
- build-onyx
- build-typescript-apps
- build-backend
uses: ./.github/workflows/build-backend-docker-image.yml