Skip to content

Commit

Permalink
Merge pull request opencontainers#4202 from kolyshkin/golangci-annot
Browse files Browse the repository at this point in the history
ci/golangci-lint: add checks permission
  • Loading branch information
mrunalp authored Feb 14, 2024
2 parents bb56ed9 + 93e3772 commit 6752924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
permissions:
contents: read
pull-requests: read
checks: write # to allow the action to annotate code in the PR.
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6752924

Please sign in to comment.