Skip to content

Commit

Permalink
dump
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Dec 6, 2023
1 parent 234047d commit a0ea01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Actions/TroubleShooting/TroubleShoot.Secrets.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ function CheckSecretForCommonMistakes {

foreach($secretName in $gitHubSecrets.PSObject.Properties.Name) {
$secretValue = $gitHubSecrets."$secretName"
Write-Host "Checking secret $secretName"
CheckSecretForCommonMistakes -secretName $secretName -secretValue $secretValue
}

0 comments on commit a0ea01a

Please sign in to comment.