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

Not working with public github repository #17

Open
spinningarrow opened this issue Oct 18, 2024 · 0 comments
Open

Not working with public github repository #17

spinningarrow opened this issue Oct 18, 2024 · 0 comments

Comments

@spinningarrow
Copy link

spinningarrow commented Oct 18, 2024

I'm using CCMenu 26.0

After signing in to github and choosing a repo + pipeline, CCmenu shows this:

image

Clicking on the pipeline shows this error:

image

Making a GET request to the URL https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows shows this response:

{
  "id": 18572702,
  "node_id": "W_kwDOARacus4BG2We",
  "name": "pages-build-deployment",
  "path": "dynamic/pages/pages-build-deployment",
  "state": "active",
  "created_at": "2022-01-24T20:59:08.000Z",
  "updated_at": "2022-01-24T20:59:08.000Z",
  "url": "https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows/18572702",
  "html_url": "https://github.com/spinningarrow/sahil.me/actions/workflows/pages/pages-build-deployment",
  "badge_url": "https://github.com/spinningarrow/sahil.me/actions/workflows/pages/pages-build-deployment/badge.svg"
}

i.e. looks like the correct workflow URL is https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows/18572702 and not the one shown in CCMenu (https://api.github.com/repos/spinningarrow/sahil.me/actions/workflows/pages-build-deployment/runs does indeed return a 404).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant