mirror of
https://github.com/Kong/insomnia.git
synced 2026-08-04 03:42:20 -04:00
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:
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user