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
We should print out the url to the deployed Firefly app when the GitHub workflow completes.
Actual Behaviour
Customer has deployed his app to stage through the OOTB github actions and monitored that the workflow in github finished successfully. But he's unable to see the url as the namespace is considered a github secret. (see screenshot for example)
Reproduce Scenario (including but not limited to)
Use the Stage / Prod workflow to generate applications
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered:
Note: the namespace name is currently handled as a Github secret.
Question 1): would it be fine to not handle it as a secret?
Question 2): @sandeep-paliwal in that case, what alternatives would we have to pass it as a regular environment variable to the Github action?
Expected Behaviour
We should print out the url to the deployed Firefly app when the GitHub workflow completes.
Actual Behaviour
Customer has deployed his app to stage through the OOTB github actions and monitored that the workflow in github finished successfully. But he's unable to see the url as the namespace is considered a github secret. (see screenshot for example)
Reproduce Scenario (including but not limited to)
Use the Stage / Prod workflow to generate applications
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: