From 07592569b40b05c63b62f312a132a406d6ccd914 Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Sun, 4 Aug 2024 15:55:40 -0500 Subject: [PATCH] docs: Pull doc changes --- README copy.md | 1 + README.md | 1 + helpers/Build-Help.ps1 | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README copy.md b/README copy.md index 402c30a..c5b7457 100644 --- a/README copy.md +++ b/README copy.md @@ -1,5 +1,6 @@ # M365FoundationsCISReport Module [![PSScriptAnalyzer](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/powershell.yml/badge.svg)](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/powershell.yml) +[![pages-build-deployment](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/pages/pages-build-deployment) ## License This PowerShell module is based on CIS benchmarks and is distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This means: diff --git a/README.md b/README.md index 4665903..eab5305 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # M365FoundationsCISReport Module [![PSScriptAnalyzer](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/powershell.yml/badge.svg)](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/powershell.yml) +[![pages-build-deployment](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/pages/pages-build-deployment) ## License This PowerShell module is based on CIS benchmarks and is distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This means: diff --git a/helpers/Build-Help.ps1 b/helpers/Build-Help.ps1 index c8d2882..034b503 100644 --- a/helpers/Build-Help.ps1 +++ b/helpers/Build-Help.ps1 @@ -53,8 +53,8 @@ Register-SecretVault -Name ModuleBuildCreds -ModuleName ` "SecretManagement.JustinGrote.CredMan" -ErrorAction Stop -Set-Secret -Name "GalleryApiToken" -Vault ModuleBuildCreds -Set-Secret -Name "GitHubToken" -Vault ModuleBuildCreds +#Set-Secret -Name "GalleryApiToken" -Vault ModuleBuildCreds +#Set-Secret -Name "GitHubToken" -Vault ModuleBuildCreds $GalleryApiToken = Get-Secret -Name "GalleryApiToken" -Vault ModuleBuildCreds -AsPlainText