Skip to content

Scheduled Build

Scheduled Build #3

name: Scheduled Build
on:
schedule:
# Nightly build at 4:00 AM UTC (after liboscal-java)
- cron: '0 4 * * *'
workflow_dispatch:
permissions:
actions: read
contents: write
security-events: write
jobs:
nightly:

Check failure on line 12 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: 12, Col: 3): Error calling workflow 'metaschema-framework/oscal-cli/.github/workflows/build.yml@8e5ed6cf1e1c0b9ae07537be5978eed1f0b32044'. The nested job 'build-container' is requesting 'attestations: write, packages: write, id-token: write', but is only allowed 'attestations: none, packages: none, id-token: none'.
uses: ./.github/workflows/build.yml
with:
ref: develop
skip_code_scans: true
skip_linkcheck: true
secrets: inherit