Search code examples
github-actionswakatime

Wakatime action failing with "Resource not accessible by integration" error


Whenever I try to run workflow in GitHub actions this error appears:

error

In short I don't know what the problem is. I followed every instructions as per given in the official documentation Official Documentation of WakaTime.

I want to fix that error, why is it happening?

445 CRITICAL 403 {"message": "Resource not accessible by integration", "documentation_url": "https://docs.github.com/rest/reference/repos#create-or-update-file-contents"}


Solution

  • Here's the solution:

    1. Go to the settings of the repository.
    2. On the left menu, go to "actions".
    3. Then click on "General", Here you'll get so many options.
    4. Scroll down and give "read and write" permission under workflow." Permission. Permission Option
    5. Then save it.