Skip to content

Commit

Permalink
set proper permissions for test
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Aug 4, 2024
1 parent c22f403 commit 3d01347
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/golang_quality_test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
on: push

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

jobs:
golang_quality:
uses: ./.github/workflows/golang_quality.yaml
Expand Down

0 comments on commit 3d01347

Please sign in to comment.