Skip to content

update scopedoc

update scopedoc #4

Workflow file for this run

name: Build and Check
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build
uses: Logius-standaarden/Automatisering/.github/workflows/build.yml@snapshot-in-repo
check:
needs: build
name: Check
uses: Logius-standaarden/Automatisering/.github/workflows/check.yml@main
publish:

Check failure on line 16 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build and Check

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 16, Col: 3): Error calling workflow 'Logius-standaarden/Automatisering/.github/workflows/publish.yml@main'. The nested job 'deploy-develop' is requesting 'id-token: write', but is only allowed 'id-token: none'.
needs: build
name: Publish (Logius)
uses: Logius-standaarden/Automatisering/.github/workflows/publish.yml@main
secrets: inherit