diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fe437c4..1752668 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,8 @@ name: Go +permissions: + contents: read + on: push: branches: [main]