diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a100ec4..182b7a4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ "main" ] +permissions: + contents: read + jobs: ci: runs-on: ubuntu-latest