Skip to content

Commit ce30315

Browse files
Update Nightly-Run with correct workflow template
1 parent 493f5ab commit ce30315

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/Nightly-Run.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
name: Nightly run
1+
name: Nightly Run
22

33
on:
44
workflow_dispatch:
55
schedule:
66
- cron: '0 0 * * *'
77

88
permissions:
9-
contents: write
10-
issues: write
9+
contents: read
1110
pull-requests: write
1211
statuses: write
1312

1413
jobs:
1514
Process-PSModule:
16-
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v3
15+
uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v3
1716
secrets: inherit

0 commit comments

Comments
 (0)