Skip to content

Commit

Permalink
remove duplicate code used as an example
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman-clabs committed Dec 17, 2024
1 parent a286fcf commit 5f4be80
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/go-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f4be80

Please sign in to comment.