From 561bf12a83a3c1e64dc5a1b11353a0ef916e6b8e Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 8 Aug 2024 22:56:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Bump=20Process-PSModu?= =?UTF-8?q?le=20from=201=20to=202=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description - Bump Process-PSModule from 1 to 2 ## 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Nightly-Run.yml b/.github/workflows/Nightly-Run.yml index f220edb..c81fe06 100644 --- a/.github/workflows/Nightly-Run.yml +++ b/.github/workflows/Nightly-Run.yml @@ -10,8 +10,10 @@ permissions: issues: write pull-requests: write statuses: write + pages: write + id-token: write jobs: Process-PSModule: - uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v1 + uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v2 secrets: inherit