Skip to content

fix(slider): Update FormControl examples with signals (#1095) #97

fix(slider): Update FormControl examples with signals (#1095)

fix(slider): Update FormControl examples with signals (#1095) #97

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