Skip to content

Scheduled Notebook Execution #4

Scheduled Notebook Execution

Scheduled Notebook Execution #4

Workflow file for this run

name: Scheduled 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 / Scheduled 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 'id-token: write', but is only allowed 'id-token: none'.
uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_scheduled.yml@v3
with:
python-version: ${{ vars.PYTHON_VERSION }}