You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
In the short-term, please follow the example in our codelab to update the bootstrapped GH workflows inside your application code with additional GH secrets that you will have to manually add to your repository.
On the longer run, we'll provide additional CI/CD features that will help automate such scenarios.
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
The text was updated successfully, but these errors were encountered: