1
0
mirror of https://github.com/quay/quay.git synced 2026-01-27 18:42:52 +03:00
Files
quay/buildtrigger/githubhandler.py
Kenny Lee Sin Cheong a96fcabd03 Handle generated ssh keypairs in build triggers as str (#503)
The keys are either part of a dict being serialized into json with
json.dumps to pass as a requests' body, or passed directly to the
client(e.g github). In both cases, the value needs to be a str.
2020-08-04 13:59:05 -04:00

21 KiB