Skip to content

Commit

Permalink
Add 404 for Set Commit Status
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Jan 9, 2024
1 parent 47b0200 commit c23175d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
#### Error: The template is not valid. muselab-d2x/d2x/.github/workflows/feature-test-unlocked.yml@main (Line: 35, Col: 27): Unexpected value ''

This error can occur when you have a project that uses dependencies and you haven't set up the `CCI_GITHUB_TOKEN` secret for the repository in GitHub or haven't granted the repository permission to an organization level secret. Ensure that the CCI_GITHUB_TOKEN secret is available in the repository under Settings -> Secrets and variables -> Actions.

#### _In Set Commit Status Step_ gh: Not Found (HTTP 404)

Check that the GitHub Personal Access Token being used for the `CCI_GITHUB_TOKEN` secret has access to the repository being built.

0 comments on commit c23175d

Please sign in to comment.