Skip to content

Commit 3b81242

Browse files
committed
creds cleanup
1 parent f86f32f commit 3b81242

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/scripts/release/sign-windows.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,10 @@ function Main {
351351
# Patch all Windows binaries with resources (icon, manifest, version info)
352352
Patch-Binaries -Platforms $windowsPlatforms
353353

354-
# Save credentials
355-
Save-Credentials
354+
# Skip Save-Credentials: smctl + Windows Credential Manager returns RPC_X_BAD_STUB_DATA
355+
# on Windows runners. smctl reads SM_HOST, SM_API_KEY, SM_CLIENT_CERT_FILE,
356+
# SM_CLIENT_CERT_PASSWORD directly from the process env, which the workflow already sets.
357+
# Save-Credentials
356358

357359
# Run healthcheck
358360
Invoke-Healthcheck

0 commit comments

Comments
 (0)