From 301132a5e57561489389319815789f1ec263043f Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Fri, 19 Jun 2020 15:14:51 -0500 Subject: [PATCH] Update readme about ci job --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d8fdc6e..74fa651 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ Tools that should work when using the "Opinionated Flavor": # Updating packages This should be done in a clean virtual environment. After every Python package install, you can run `pip freeze | xargs pip uninstall -y` to cleanup the environment. +# CI Job +To update the certificate, run `base64 -i /path/to/certificate.p12 -o base64string` and import that into the github secrets store and update the password secret as well. + # Credits These packages are created with two other open source tools: - [relocatable-python](https://github.com/gregneagle/relocatable-python)