Commit 8894c78
committed
fix: add local execution requirement to wasmsign2 for SSH key access
- wasmsign2 signing needs local execution when using SSH keys
- ssh_keygen generates keys with 'local: 1' execution requirement
- wasmsign2 must run locally to access those keys in CI sandbox
- Fixes 'I/O error' in WasmSignForOCI action on macOS CI1 parent b3a2b85 commit 8894c78
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
999 | 999 | | |
1000 | 1000 | | |
1001 | 1001 | | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
1002 | 1005 | | |
1003 | 1006 | | |
1004 | 1007 | | |
| |||
0 commit comments