athul / waka-readme

Wakatime Weekly Metrics on your Profile Readme.

Home Page:https://github.com/athul

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404 Repository not found

Poisonlocket opened this issue · comments

I ran my workflow with the following config:
image

this was the output:
image

i did not specify any github Token as this is my personal readme

Okay so i did some research and i found out that the api call from the Waka readme repo and the actual api dont match. Basically the api call for my repo is api.github.com/repos/Poisonlocket/Poisonlocket. This program calls to api.github.com/poisonlocket/poisonlocket which is the reason why it cant find it im assuming. I really like the project tho, hope to get it working soon.

Might also be an Issue with it not finding the master Repository for some reason. Did some further testing tried to do an api call to this repo with the master branch and i got the same error message like in the workflow

Here

          TARGET_BRANCH: main
          REPOSITORY: repos/Poisonlocket/Poisonlocket
          GH_TOKEN: ${{ secrets.GH_TOKEN }}

You do not need to specify these three keys on profile readme. But if you do, REPOSITORY value is just Poisonlocket/Poisonlocket.

See: https://github.com/yozachar/yozachar/blob/master/.github/workflows/waka.yml

had to delete the file and make a new one, for some reason the workflow runner used an old version