Skip to content

Commit 3802dd5

Browse files
committed
Update cd-dockerized-hab-package-security-scan.yaml
1 parent 5250c8b commit 3802dd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-dockerized-hab-package-security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
if ([string]::IsNullOrEmpty($AuthToken)) {
170170
$AuthToken = "${{ secrets.HAB_PUBLIC_BLDR_PAT }}"
171171
Write-Host "Using token from repository secret"
172-
else
172+
} elseif {
173173
Write-Host "Using token from workflow input"
174174
}
175175
# if (-not [string]::IsNullOrEmpty($AuthToken)) {

0 commit comments

Comments
 (0)