Skip to content

Commit

Permalink
feat(CI): Added PR comment permission
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jan 12, 2024
1 parent 87e2025 commit 98ccef5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
issues: write
permissions: write-all
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 98ccef5

Please sign in to comment.