From 5222af1e12901e48c03ac86ea8cdfc1ac31f0b57 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 10 Aug 2024 16:01:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Move=20'Nightly=20run?= =?UTF-8?q?'=20to=20CI=20template=20(#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description - Move 'Nightly run' to CI template ## Type of change - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas --- .github/workflows/Nightly-Run.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Nightly-Run.yml b/.github/workflows/Nightly-Run.yml index c81fe06..d5b5994 100644 --- a/.github/workflows/Nightly-Run.yml +++ b/.github/workflows/Nightly-Run.yml @@ -1,4 +1,4 @@ -name: Nightly run +name: Nightly Run on: workflow_dispatch: @@ -6,14 +6,9 @@ on: - cron: '0 0 * * *' permissions: - contents: write - issues: write - pull-requests: write - statuses: write - pages: write - id-token: write + contents: read jobs: Process-PSModule: - uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v2 + uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v2 secrets: inherit