Skip to content

Commit 3fe1cf4

Browse files
committed
[#88007] Try to decode privkey
1 parent e86822f commit 3fe1cf4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ jobs:
1515
- run: df -h .
1616
- run: df -h /mnt/aux
1717
- run: ls -alh /mnt/aux
18+
- run: echo "$KEYS"
19+
- run: export HASH="$(echo lorem_ipsum | sha256sum | awk '{print $1}')"
20+
- run: echo $HASH
21+
- run: cat "$KEYS" | jq -r .\"$HASH\"
22+
- run: cat "$KEYS" | jq -r .\"$HASH\" | base64 -d
1823
- run: _secret_custom_get_tools_v2
1924
- run: ls -lah .

0 commit comments

Comments
 (0)