Skip to content

Nightly Run

Nightly Run #70

Workflow file for this run

name: Nightly Run
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
permissions:
contents: read
pull-requests: write
statuses: write
jobs:
Process-PSModule:
uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v3
secrets: inherit