Skip to content

Feature/projectsetup #3

Feature/projectsetup

Feature/projectsetup #3

Workflow file for this run

name: CI Engine
on:
push:
workflow_dispatch: {}
jobs:
call-workflow-1-in-local-repo:
uses: ./.github/workflows/build.yml
call-workflow-2-in-local-repo:
needs: call-workflow-1-in-local-repo
uses: ./.github/workflows/generate-docs.yml
call-workflow-3-in-local-repo:

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

View workflow run for this annotation

GitHub Actions / CI Engine

Invalid workflow file

The workflow is not valid. .github/workflows/workflow.yml (Line: 13, Col: 3): Error calling workflow 'Huluvu424242/homerserver-hogerer/.github/workflows/generate-ghpages.yml@0642298d7dc0eb63a5415b9a265351c578074b44'. The workflow is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
if: ${{ always() }}
needs: [call-workflow-1-in-local-repo,call-workflow-2-in-local-repo]
uses: ./.github/workflows/generate-ghpages.yml