I have poerty+private repo (codeartifact) working ...
# general
p
I have poerty+private repo (codeartifact) working locally using macos keychain. I'm trying to get it to work in CircleCI so I installed
keyring.envvars
to use an env var backend for secrets for pip/poetry however not sure how to pass these from host to the pants build environment? Is there a way to pass these env vars through or anyone know of an alternate secret backend for CircleCI?