Open NivardoX opened 1 year ago
Seems like a small issue was introduced in #42. This should fix #45
Do you think that HEROKU_API_KEY on line 29 needs the same change?
HEROKU_API_KEY
Actually - nm. I see that one has type: env_var_name, whereas the one changed here (HEROKU_APP_NAME) has type: string.
type: env_var_name
HEROKU_APP_NAME
type: string
Seems like a small issue was introduced in #42. This should fix #45