diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index 3abd67c..8990c70 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -56,13 +56,6 @@ jobs: contents: read checks: write pull-requests: read -permissions: - # Required: allow read access to the content for analysis. - contents: read - # Optional: allow read access to pull request. Use with `only-new-issues` option. - pull-requests: read - # Optional: allow write access to checks to allow the action to annotate code in the PR. - checks: write runs-on: ${{ fromJson(inputs.runs_on) }} timeout-minutes: ${{ inputs.timeout-minutes }} defaults: