Skip to content

Commit c1ca386

Browse files
committed
Cleanup
1 parent c719448 commit c1ca386

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Actions/CheckAuthContext/CheckAuthContext.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ Param(
55
[string] $environmentName = ''
66
)
77

8-
$ErrorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
9-
108
. (Join-Path -Path $PSScriptRoot -ChildPath "..\AL-Go-Helper.ps1" -Resolve)
119

12-
$settings = $env:Settings | ConvertFrom-Json
1310
$secrets = $env:Secrets | ConvertFrom-Json | ConvertTo-HashTable
1411

1512
# Check each secret name in order

0 commit comments

Comments
 (0)