diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5997bf6..24bde51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,8 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go name: Build +permissions: + contents: read on: push: branches: [ "main" ]