We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d80b5c commit 41c2e11Copy full SHA for 41c2e11
.github/workflows/client-test.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- 'main'
7
paths:
8
- - '*.py'
+ - '**.py'
9
- '.github/workflows/*.yml'
10
- '.github/workflows/*.json'
11
- '!**/README.md'
@@ -19,7 +19,7 @@ on:
19
20
21
22
23
24
25
tests/ci.py
@@ -74,6 +74,7 @@ def on_value_changed(client, value):
74
device_id=os.getenv("DEVICE_ID"),
75
ssl_params={
76
"pin": "1234",
77
+ "use_hsm": True,
78
"keyfile": "pkcs11:token=arduino",
79
"certfile": "pkcs11:token=arduino",
80
"ca_certs": "ca-root.pem",
0 commit comments