Skip to content

Commit 2de0328

Browse files
use correct key to sign
1 parent 004c77a commit 2de0328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ciCreatePlatformPool.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
group_by(.tag, .status)[] |
111111
"scratch_org_status{instance=\"devhub\",tag=\"\(.[0].tag)\",status=\"\(.[0].status)\"} \(length)"')
112112
echo "got some stats: $msg"
113+
sig=$(printf %s "$msg" | openssl dgst -sha256 -sign "$keyfile" -out - | base64 -w0)
113114
jq --compact-output --null-input \
114115
--arg msg "$msg" \
115116
--arg runner sf-platform \

0 commit comments

Comments
 (0)