Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Githib Action Workflows does not read API key from secrets #112

Open
PulkitXChadha opened this issue Nov 4, 2020 · 2 comments
Open

Githib Action Workflows does not read API key from secrets #112

PulkitXChadha opened this issue Nov 4, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@PulkitXChadha
Copy link

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

@meryllblanchet meryllblanchet added the enhancement New feature or request label Nov 4, 2020
@meryllblanchet
Copy link

meryllblanchet commented Nov 4, 2020

Thanks for the proposal, @PulkitXChadha !

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.

@aiojbot
Copy link
Collaborator

aiojbot commented Nov 4, 2020

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-952

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants