I am trying to bulk set the environment variables for a Heroku pipeline since Heroku does not use the parent's environment variables in the pipeline anymore in the new version.
https://devcenter.heroku.com/articles/review-apps-new#configuration
I tried these but they don't work. I couldn't find any documentation for this. Any help would be much appreciated. Thanks.
heroku config:set KEY1=VALUE1 KEY2=VALUE2 --app my-pipeline
heroku config:set KEY1=VALUE1 KEY2=VALUE2 --pipeline=my-pipeline