Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 292 Bytes

File metadata and controls

8 lines (8 loc) · 292 Bytes
 ravis login --org --github-token xxxxxxxxxx
gpg --export --armor your@email.com > codesigning.asc
gpg --export-secret-keys --armor your@email.com >> codesigning.asc
travis encrypt-file codesigning.asc
# travis encrypt "GPG_PASSPHRASE=xxxx\\$xxxx"
shred --remove codesigning.asc