We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c719448 commit c1ca386Copy full SHA for c1ca386
1 file changed
Actions/CheckAuthContext/CheckAuthContext.ps1
@@ -5,11 +5,8 @@ Param(
5
[string] $environmentName = ''
6
)
7
8
-$ErrorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
9
-
10
. (Join-Path -Path $PSScriptRoot -ChildPath "..\AL-Go-Helper.ps1" -Resolve)
11
12
-$settings = $env:Settings | ConvertFrom-Json
13
$secrets = $env:Secrets | ConvertFrom-Json | ConvertTo-HashTable
14
15
# Check each secret name in order
0 commit comments