Skip to content

Commit

Permalink
fix: Modified linter permissions to write-all
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 authored Jan 18, 2024
1 parent 5d5115f commit 1161493
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
statuses: write
packages: read
permissions: write-all
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

1 comment on commit 1161493

@vercel
Copy link

@vercel vercel bot commented on 1161493 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.