Skip to content

Commit

Permalink
add permissions for golangci job
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Aug 4, 2024
1 parent 12a6837 commit c22f403
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/golang_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
default: "./"
type: string

permissions:
# Required by golangci job to write annotations to the merge request.
contents: read
checks: write

jobs:
golangci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c22f403

Please sign in to comment.