diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c882da..bfca0e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,11 +52,9 @@ jobs: runs-on: ubuntu-latest needs: unit_tests permissions: - # Grant permission to add comments to the PR. + contents: write pull-requests: write steps: - # Normally,users of the action don't have to check out the source code or setup Go. - # We need this here however because we are using a local action.yml. - name: Checkout repository uses: actions/checkout@v4 - name: Setup Go diff --git a/README.md b/README.md index 4166110..c0fc6b4 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,6 @@ jobs: coverage-file-name: "coverage.txt" # can be omitted if you used this default value ``` - ### Inputs