Skip to content

Nightly Run

Nightly Run #16

Workflow file for this run

name: Nightly run
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
permissions:
contents: write
issues: write
pull-requests: write
statuses: write
jobs:
Process-PSModule:

Check failure on line 15 in .github/workflows/Nightly-Run.yml

View workflow run for this annotation

GitHub Actions / Nightly run

Invalid workflow file

The workflow is not valid. .github/workflows/Nightly-Run.yml (Line: 15, Col: 3): Error calling workflow 'PSModule/Process-PSModule/.github/workflows/workflow.yml@v1'. The nested job 'PublishSite' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v1
secrets: inherit