🐛 Bug Report: Github Actions Plugin shows "No Workflow Data" in Backstage App
📜 Description
Our Findings: We are currently integrating the Github Actions Plugin into our Backstage app. Following the steps in the official Github Actions Plugin documentation, everything seems to be set up correctly. However, we are encountering the message:
No Workflow Data. This component has Github Actions enabled, but no data was found.
This happens despite having existing workflows in the same repository.
We have tested this both locally (using yarn dev and yarn start) and on an AWS-hosted instance of Backstage, but the issue persists.
👍 Expected behavior
The Github Actions plugin should display the workflow data from the repository and function as expected, pulling in the relevent details.
👎 Actual Behavior with Screenshots
The UI shows a "No Workflow Data." message even though workflows are present in the repository. Below is a screenshot of the issue:
👟 Reproduction steps
- git clone the repo
-
cd backstage -
yarn install - Set environment variables and
yarn devoryarn start(we have tested both) - Visit
http://localhost:3000/catalog/amp/component/amp/github-actions
📃 Provide the context for the Bug.
We are unsure if this is a bug or a configuration issue, but we need assistance to resolve this as soon as possible. Any guidance on what might be wrong or how to fix this would be greatly appreciated.
🖥️ Your Environment
No response
👀 Have you spent some time to check if this bug has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
Are you willing to submit PR?
None
have you run any of the workflows? According to the code the message is shown when there are workflows but none of the workflows has been run.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.