diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 78abb6f..a53942e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,6 +9,10 @@ on: pull_request: branches: [ "main" ] +# The API requires write permission on the repository to submit coverage reports +permissions: + contents: write + jobs: build: