Skip to content

Commit

Permalink
rm permissions for super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Jun 20, 2024
1 parent dd392e7 commit 6d715a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ jobs:
super-linter:
name: GitHub Super Linter
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
Expand All @@ -116,7 +111,6 @@ jobs:
- name: Lint code base
uses: super-linter/super-linter/slim@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
# (see https://github.com/github/super-linter#environment-variables)
VALIDATE_BASH: true
Expand Down

0 comments on commit 6d715a2

Please sign in to comment.