Closed tunnckoCore closed 5 years ago
Basically, the whole thing is that we base64 the PEM private key, then we decode it and assign it to PRIVATE_KEY env just when calling probot
base64
PRIVATE_KEY
probot
now secret add semantic-private-key "$(cat *.private-key.pem | base64)"
Basically, the whole thing is that we
base64
the PEM private key, then we decode it and assign it toPRIVATE_KEY
env just when callingprobot