Skip to content

chore(deps): update all non-major dependencies (#997) #81

chore(deps): update all non-major dependencies (#997)

chore(deps): update all non-major dependencies (#997) #81

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@ebfbdaccb4361d3a1855b9e1579d9f088b988a2c'. 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'