We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493f5ab commit ce30315Copy full SHA for ce30315
.github/workflows/Nightly-Run.yml
@@ -1,17 +1,16 @@
1
-name: Nightly run
+name: Nightly Run
2
3
on:
4
workflow_dispatch:
5
schedule:
6
- cron: '0 0 * * *'
7
8
permissions:
9
- contents: write
10
- issues: write
+ contents: read
11
pull-requests: write
12
statuses: write
13
14
jobs:
15
Process-PSModule:
16
- uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v3
+ uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v3
17
secrets: inherit
0 commit comments