standard-release / app

Language independent GitHub App for creating GitHub Releases, following the Conventional Commits and SemVer specifications
https://github.com/apps/standard-release
Apache License 2.0
13 stars 2 forks source link

Reminder to not forget what is the trick with now.sh #14

Closed tunnckoCore closed 5 years ago

tunnckoCore commented 6 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

now secret add semantic-private-key "$(cat *.private-key.pem | base64)"