Mobile App can't display the status badge for a private repo #142133
Unanswered
RaphaelMaschinsen
asked this question in
Mobile
Replies: 1 comment
-
@RaphaelMaschinsen thank you for reporting the issue. It is a known to us, and we found that we would need a quite complex fix. However it is on out plate. Thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
For my private repo, I'm trying to display the status badge from a GitHub Action workflow. This works on both desktop and mobile browsers, but the mobile app can't display the image. Instead, it shows an error that the image can't be found.
This is the code:
[![CI/CD - Main](https://github.com/RaphaelMaschinsen/ACOOLPROJECT/actions/workflows/ci-cd-main.yml/badge.svg)](https://github.com/RaphaelMaschinsen/ACOOLPROJECT/actions/workflows/ci-cd-main.yml)
Is this expected, and is there a solution to display badges for private repos on the mobile app?
Beta Was this translation helpful? Give feedback.
All reactions