Skip to content

Fix the workflow syntax #2

Fix the workflow syntax

Fix the workflow syntax #2

name: Create Coverage
on: push
# push:
# branches:
# - main
jobs:
generate-coverage-report:

Check failure on line 9 in .github/workflows/generate-coverage-report.yaml

View workflow run for this annotation

GitHub Actions / Create Coverage

Invalid workflow file

The workflow is not valid. .github/workflows/generate-coverage-report.yaml (Line: 9, Col: 3): Error calling workflow 'eclipse-kanto/kanto/.github/workflows/coverage-template.yaml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.

Check failure on line 9 in .github/workflows/generate-coverage-report.yaml

View workflow run for this annotation

GitHub Actions / Create Coverage

Invalid workflow file

The workflow is not valid. .github/workflows/generate-coverage-report.yaml (Line: 9, Col: 3): Error calling workflow 'eclipse-kanto/kanto/.github/workflows/coverage-template.yaml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: eclipse-kanto/kanto/.github/workflows/coverage-template.yaml@main
with:
coverage-command: |
docker system prune -f
docker-compose -f ./docker/docker-compose-tests.yml up --build --no-color tests