Skip to content

Commit

Permalink
Update PGP Key
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Feb 28, 2020
1 parent e552574 commit ee0fcc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
- secure: Sa7tSlz29eOhOazmyGAfv7tFtaZjI1PMtgQJ3fFFZ2EVaAbxxGU/l+TVmcCOxOt7OdCf1MTgB9/dRGPZAuVdtelPIytoJEpB7U2qBci72K1at2zqKF6dq0pPswuwdbkqJeAf39M3J1nZcXKXwirU/J4OfwWyi5qwXpM8pO7W/qM=
- # ^^SONATYPE_PASSWORD
- GPG_KEY_NAME=C546418B
- secure: BJo5bbJrlxg0v0JKFpNE3JP0cRmDclG4CwMJO+j+puHVwl1p/crgbq1mL3//DJ1USIWiIy98U+xQSH1/gIhAssPXUwI5Xv94AKgE7K/8hY1E7pqt6WSr9jGEMalceggFHHTNkfRXlet+Cpag7R73Fyx8++pEqMESpf043hc0EBc=
- secure: fNOQPRDKEoW62EnxhXqb8q3JChwfYiUk6EidmXzvcEFQZutWmSnagPIwzywfeEt4FlLrhspLawtC5MIuFjOQY80S4oEkEAj28A1ltFb18upjN807fzSVFmo/3+j0r8geLpEfDc0qh4GIGhMz1WtfR1zFJ5YtNzN5wLKeF2/dB8M=
- # ^^GPG_PASSPHRASE
cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions travis/before-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
openssl aes-256-cbc -K $encrypted_ed1911d66365_key -iv $encrypted_ed1911d66365_iv -in travis/codesigning.asc.enc -out travis/codesigning.asc -d
gpg --batch --fast-import travis/codesigning.asc
openssl aes-256-cbc -K $encrypted_636eb5daea97_key -iv $encrypted_636eb5daea97_iv -in travis/codesigning.asc.enc -out travis/codesigning.asc -d
gpg --batch --fast-import travis/codesigning.asc
Binary file modified travis/codesigning.asc.enc
Binary file not shown.

0 comments on commit ee0fcc7

Please sign in to comment.