Skip to content

Scheduled Build

Scheduled Build #1

name: Scheduled Build
on:
schedule:
# Nightly build at 3:00 AM UTC (after metaschema-java at 2:00 AM)
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
nightly:

Check failure on line 8 in .github/workflows/scheduled-build.yml

View workflow run for this annotation

GitHub Actions / Scheduled Build

Invalid workflow file

The workflow is not valid. .github/workflows/scheduled-build.yml (Line: 8, Col: 3): Error calling workflow 'metaschema-framework/liboscal-java/.github/workflows/build.yml@d1e6e71544fe2b74b3dde4c4ccc0b57c5edf9c5e'. The nested job 'build-code' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'. .github/workflows/scheduled-build.yml (Line: 8, Col: 3): Error calling workflow 'metaschema-framework/liboscal-java/.github/workflows/build.yml@d1e6e71544fe2b74b3dde4c4ccc0b57c5edf9c5e'. The nested job 'build-website' is requesting 'actions: read, contents: write', but is only allowed 'actions: none, contents: read'.
uses: ./.github/workflows/build.yml
with:
ref: develop
skip_code_scans: true
skip_linkcheck: true
secrets: inherit