Skip to content

Commit ebda26c

Browse files
notjaywuinsomnia-infra
authored andcommitted
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 40282de)
1 parent c4a43cb commit ebda26c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
if: runner.os == 'Windows'
142142
shell: bash
143143
run: |
144-
smctl credentials save ${SM_API_KEY} ${SM_CLIENT_CERT_PASSWORD}
144+
# smctl credentials save ${SM_API_KEY} ${SM_CLIENT_CERT_PASSWORD}
145145
NODE_OPTIONS='--max_old_space_size=6144' npm run package:windows:unpacked -w insomnia
146146
env:
147147
SM_HOST: ${{ vars.DIGICERT_SM_HOST }}

0 commit comments

Comments
 (0)