diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0d2dab4..fa3025e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,8 @@ name: Go CI / Test / Lint +permissions: + contents: read + on: push: branches: [ "main" ]