Skip to content

Commit

Permalink
ci: Remove unnecessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 25, 2023
1 parent 8b5afd1 commit 40eac81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 40eac81

Please sign in to comment.