Skip to content

Nightly Run

Nightly Run #1

Workflow file for this run

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

Check failure on line 13 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: 13, Col: 3): Error calling workflow 'PSModule/Process-PSModule/.github/workflows/workflow.yml@v1'. The workflow is requesting 'contents: write, pull-requests: write, statuses: write', but is only allowed 'contents: read, pull-requests: none, statuses: none'.
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v1
secrets: inherit