Skip to content

chore(codecov): fixing an issue on release 4.6.0 action codecov (#943) #79

chore(codecov): fixing an issue on release 4.6.0 action codecov (#943)

chore(codecov): fixing an issue on release 4.6.0 action codecov (#943) #79

Workflow file for this run

name: ci
on:
push:
branches: [main, release/**]
jobs:
build:

Check failure on line 6 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 6, Col: 3): Error calling workflow 'MarkoOleksiyenko/AgnosUI/.github/workflows/build.yml@cad0845a757b6b6f0459a794d0e9d3cab18989b3'. The nested job 'build' is requesting 'contents: write, id-token: write', but is only allowed 'contents: read, id-token: none'.
needs: e2e-tests
uses: './.github/workflows/build.yml'
with:
docPath: ${{ github.ref_name }}
docPublish: true
validate-os:
uses: './.github/workflows/validate-os.yml'
e2e-tests:
uses: './.github/workflows/e2e-tests.yml'