statsig-io / statuspage

A simple, zero-dependency, pure js/html status page based on GitHub Pages and Actions.
ISC License
685 stars 289 forks source link

Not showing status on status page #11

Closed Ryanhindman6654 closed 3 years ago

Ryanhindman6654 commented 3 years ago

Hello,

I followed all the directions but my status page show no data collected. Is there a way to fix this and if so how do I go about doing that?

Thank you

roim commented 3 years ago

Hi Ryan,

Is the GitHub action to update status running? If it fails, what error do you see?

My hunch is that you created a private repository (since I can't see your fork) but don't have actions setup to run on those.

Ryanhindman6654 commented 3 years ago

Where do I check the GitHub Action? The Repository is public according to my account.

vijaye-statsig commented 3 years ago

@Ryanhindman6654 if you got it working, could you post the solution for others in the same situation?

Ryanhindman6654 commented 3 years ago

I just set the health-check.yml in .github/workflows to run every 5 minute then it started working.