Skip to content

Commit 8cb8444

Browse files
🩹 [Patch]: Adding nightly run workflow (#5)
## Description - Adding nightly run workflow ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 6bf42cf commit 8cb8444

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/Nightly-Run.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Nightly run
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * *'
7+
8+
permissions:
9+
contents: write
10+
issues: write
11+
pull-requests: write
12+
statuses: write
13+
14+
jobs:
15+
Process-PSModule:
16+
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v1
17+
secrets: inherit

0 commit comments

Comments
 (0)