diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1478f003..0c5eccb3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,6 +5,11 @@ on: branches: [ main ] pull_request: { } +permissions: + contents: read + pull-requests: read + checks: write + jobs: go: runs-on: ubuntu-latest