Skip to content

Commit

Permalink
ci(trunk): fix failing annotations write attempt (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Feb 12, 2024
1 parent e1a04f7 commit 8826c48
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 8826c48

Please sign in to comment.