chore: comment out smctl credentials save in workflow (#9898)

the command is no longer executed while keeping it in place for future reference.

(cherry picked from commit 40282dea66)
This commit is contained in:
Jay Wu
2026-05-07 08:42:58 +08:00
committed by Insomnia
parent c4a43cbd31
commit ebda26cc77

View File

@@ -141,7 +141,7 @@ jobs:
if: runner.os == 'Windows'
shell: bash
run: |
smctl credentials save ${SM_API_KEY} ${SM_CLIENT_CERT_PASSWORD}
# smctl credentials save ${SM_API_KEY} ${SM_CLIENT_CERT_PASSWORD}
NODE_OPTIONS='--max_old_space_size=6144' npm run package:windows:unpacked -w insomnia
env:
SM_HOST: ${{ vars.DIGICERT_SM_HOST }}