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