Skip to content

Commit 9f3d816

Browse files
committed
chore: update
1 parent 2cf5740 commit 9f3d816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_for_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Check variables
120120
if: runner.os == 'Windows'
121121
env:
122-
CERT_API_KEY: ${{ secrets.SM_API_KEY }}
122+
CERT_API_KEY: ${{ secrets.SM_API_KEY != '' }}
123123
run: |
124124
printf '%s\n' "$SM_KEYPAIR_NAME"
125125
printf '%s\n' "$SM_API_KEY"

0 commit comments

Comments
 (0)