Skip to content

add non-normative guidelines to core for creating a Group #20

add non-normative guidelines to core for creating a Group

add non-normative guidelines to core for creating a Group #20

Workflow file for this run

name: Build and Check
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
build:
name: Build
uses: Logius-standaarden/Automatisering/.github/workflows/build.yml@main
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 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
needs: build
name: Publish (Logius)
uses: Logius-standaarden/Automatisering/.github/workflows/publish.yml@main
secrets: inherit