Skip to content

Commit 120e73f

Browse files
🪲 [Fix]: Add permissions to nightly run (#3)
## Description - Add nightly run permissions ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [x] 🪲 [Fix] - [ ] 🩹 [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 ea03594 commit 120e73f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Nightly-Run.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ on:
66
- cron: '0 0 * * *'
77

88
permissions:
9-
contents: read
9+
contents: write
1010
issues: write
11+
pull-requests: write
12+
statuses: write
1113

1214
jobs:
1315
Process-PSModule:

0 commit comments

Comments
 (0)