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