Skip to content

Nightly build

Nightly build #1

Workflow file for this run

name: Nightly build
on:
schedule:
- cron: "51 3 * * *"
workflow_dispatch:
jobs:
nightly-build:

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

View workflow run for this annotation

GitHub Actions / Nightly build

Invalid workflow file

The workflow is not valid. .github/workflows/build-nightly.yml (Line: 8, Col: 3): Error calling workflow 'ISISComputingGroup/ick/.github/workflows/build.yml@592655448c922ee9e57c0ee718a217c03f00c748'. The workflow is requesting 'contents: write', but is only allowed 'contents: read'.
uses: ./.github/workflows/build.yml