Skip to content

Commit 00e3d4a

Browse files
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP-API into dev
2 parents d2ceae9 + 48e0d18 commit 00e3d4a

25 files changed

+589
-336
lines changed

.github/workflows/dev_api.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
persist-credentials: false
28-
28+
2929
- name: Setup PowerShell module cache
3030
id: cacher
3131
uses: actions/cache@v3
@@ -49,6 +49,11 @@ jobs:
4949
Write-Host "Building module from: $ModulePath"
5050
Write-Host "Output directory: $OutputPath"
5151
52+
# Generate function permissions before replacing the source module
53+
$ToolsPath = Join-Path $env:GITHUB_WORKSPACE "Tools"
54+
$ScriptPath = Join-Path $ToolsPath "Build-FunctionPermissions.ps1"
55+
pwsh -File $ScriptPath -ModulePath $ModulePath
56+
5257
# Build the module using ModuleBuilder
5358
Build-Module -SourcePath $ModulePath -OutputDirectory $OutputPath -Verbose
5459

.github/workflows/dev_cipp23l35.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/dev_cipp65rpz.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/dev_cippahmcc.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/dev_cippjeciy.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/dev_cippmpiii.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/dev_cipprzztk.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/dev_cippwubam.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/dev_cippwxl5o.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/dev_cippz7eh5.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)