Skip to content

Commit

Permalink
Explain how to solve potential 403 error
Browse files Browse the repository at this point in the history
  • Loading branch information
platisd committed Mar 18, 2023
1 parent 59fda18 commit cdd3f31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,10 @@ jobs:
than the PR description I originally had. 😅

![clang-tidy-pr-comments-screenshot](media/clang-tidy-pr-comments-screenshot.png)

### `403` error when updating the PR description

If you get a `403` error when trying to update the PR description, it's most likely because
the GitHub Action is not allowed to do so.
The easiest way forward is to grant the necessary permissions to the `GITHUB_TOKEN` secret
at `<your_repo_url>/settings/actions` under `Workflow permissions`.

0 comments on commit cdd3f31

Please sign in to comment.