From 5f4be8030030d002e49c5f21f7d7e7ed078b4a7b Mon Sep 17 00:00:00 2001 From: pputman-clabs Date: Tue, 17 Dec 2024 12:03:34 -0600 Subject: [PATCH] remove duplicate code used as an example --- .github/workflows/go-tests.yaml | 7 ------- 1 file changed, 7 deletions(-) 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: