From ebda26cc7732fb0cb34ee39b56953bb0027791dd Mon Sep 17 00:00:00 2001 From: Jay Wu Date: Thu, 7 May 2026 08:42:58 +0800 Subject: [PATCH] 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 40282dea6670ff55defce3dc9361eaf06d2a2645) --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index b5867bcf05..517333012e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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 }}