Skip to content

Commit

Permalink
fix precommit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cwlacewe committed Feb 20, 2025
1 parent be69a53 commit 754ed24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:


permissions: read-all
permissions: {}

# on:
# pull_request:
Expand All @@ -27,6 +27,10 @@ permissions: read-all
jobs:
Pre-Commit:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
with:
Expand Down

0 comments on commit 754ed24

Please sign in to comment.