Skip to content

Commit

Permalink
ci(trunk): fix failing annotations write attempt
Browse files Browse the repository at this point in the history
✖ Failed to post annotations to github: GitHub Error:403 Body:
{"message":"Resource not accessible by integration","documentation_url":
"https://docs.github.com/rest/checks/runs#create-a-check-run"}
Error: Process completed with exit code 1.
  • Loading branch information
Serpentiel committed Feb 12, 2024
1 parent e1a04f7 commit a2b6fc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) ||
github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
checks: write # For trunk to post annotations
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a2b6fc9

Please sign in to comment.