Skip to content

[#88007] Try to decode privkey #308

[#88007] Try to decode privkey

[#88007] Try to decode privkey #308

Workflow file for this run

on: [push]
name: test
jobs:
centos:
container: centos:8
runs-on: [self-hosted, Linux, X64]
env:
GHA_EXTERNAL_DISK: "auxdisk"
GHA_PREEMPTIBLE: "false"
KEYS: "${{ secrets.KEYS }}"
steps:
- run: df -h .
- run: df -h /mnt/aux
- run: ls -alh /mnt/aux
- run: echo "$KEYS"
- run: export HASH="$(echo lorem_ipsum | sha256sum | awk '{print $1}')"
- run: echo $HASH
- run: cat "$KEYS" | jq -r .\"$HASH\"
- run: cat "$KEYS" | jq -r .\"$HASH\" | base64 -d
- run: _secret_custom_get_tools_v2
- run: ls -lah .