mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
Issue Parsing Environment Variables in Config File #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jakes44 on GitHub (Sep 9, 2025).
I was trying to pass in my porkbun api credentials to the
config.ymlfile as environment variables, but i kept getting invalid API key, and eventually had to copy them in directly surrounded by quotes.I.e. This does not work
but this does
Something I'm missing here? I'd like to keep my porkbun API secrets out of version control (where I manage my stacks) if possible.
@yusing commented on GitHub (Sep 9, 2025):
Just added
${VAR_NAME}support (brackets required) inconfig.ymlinbab9471, please pull the image again.