Expected Behaviour
While deploying an app in Stage and prod the GitHub action should deploy a functioning app in stage and production.
Actual Behaviour
The CI/CD of the firefly app with GitHub actions does not deploy the app with an API key. The app fails with 'api key' missing error below
"error": "missing parameter(s) 'apiKey'"
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Deploy an app in Stage or production using GitHub actions CI/CD flow.
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem