Skip to content

Nightly Notebook Execution #9

Nightly Notebook Execution

Nightly Notebook Execution #9

Workflow file for this run

name: Nightly Notebook Execution
on:
schedule:
#- cron: '0 3 * * *' # run at 2 AM UTC
- cron: '0 0 * * 0' # midnight sunday UTC
jobs:
Scheduled:

Check failure on line 8 in .github/workflows/ci_nightly.yml

View workflow run for this annotation

GitHub Actions / Nightly Notebook Execution

Invalid workflow file

The workflow is not valid. .github/workflows/ci_nightly.yml (Line: 8, Col: 3): Error calling workflow 'spacetelescope/notebook-ci-actions/.github/workflows/ci_scheduled.yml@v3'. The workflow is requesting 'actions: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is only allowed 'actions: none, checks: none, contents: read, deployments:[...]
uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_scheduled.yml@v3
with:
python-version: ${{ vars.PYTHON_VERSION }}