From 92193dc92f57492b80a698a9d8cb20c8e7074662 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Fri, 17 Jul 2026 00:03:45 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20[Maintenance]:=20Adopt?= =?UTF-8?q?=20Process-PSModule=20v6.1.7=20and=20pass=20test=20secrets=20ex?= =?UTF-8?q?plicitly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Process-PSModule.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index a8e37ad8a..e25c2daa6 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -27,5 +27,18 @@ permissions: jobs: Process-PSModule: - uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@da180bac16b13bfbcdf08b2e4e221b5b49e5ff28 # v6.1.4 - secrets: inherit + uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@8b1a2617a0686ceaeadc6fa8e2f395edda93cc6d # v6.1.7 + secrets: + APIKey: ${{ secrets.APIKey }} + TestData: >- + { + "secrets": { + "TEST_USER_USER_FG_PAT": "${{ secrets.TEST_USER_USER_FG_PAT }}" + "TEST_USER_ORG_FG_PAT": "${{ secrets.TEST_USER_ORG_FG_PAT }}", + "TEST_USER_PAT": "${{ secrets.TEST_USER_PAT }}", + "TEST_APP_ORG_CLIENT_ID": "${{ secrets.TEST_APP_ORG_CLIENT_ID }}", + "TEST_APP_ORG_PRIVATE_KEY": "${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}", + "TEST_APP_ENT_CLIENT_ID": "${{ secrets.TEST_APP_ENT_CLIENT_ID }}", + "TEST_APP_ENT_PRIVATE_KEY": "${{ secrets.TEST_APP_ENT_PRIVATE_KEY }}" + } + } From 276fc417247058ff9e312354a66ecfaf1095db42 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Fri, 17 Jul 2026 00:04:08 +0200 Subject: [PATCH 2/2] Update Process-PSModule workflow configuration --- .github/workflows/Process-PSModule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index e25c2daa6..9f11f27b7 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -33,7 +33,7 @@ jobs: TestData: >- { "secrets": { - "TEST_USER_USER_FG_PAT": "${{ secrets.TEST_USER_USER_FG_PAT }}" + "TEST_USER_USER_FG_PAT": "${{ secrets.TEST_USER_USER_FG_PAT }}", "TEST_USER_ORG_FG_PAT": "${{ secrets.TEST_USER_ORG_FG_PAT }}", "TEST_USER_PAT": "${{ secrets.TEST_USER_PAT }}", "TEST_APP_ORG_CLIENT_ID": "${{ secrets.TEST_APP_ORG_CLIENT_ID }}",