Skip to content

Commit

Permalink
super-linter: fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Feb 13, 2024
1 parent f271c47 commit 82cd3c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/reusable-super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:

permissions:
contents: read
packages: read
statuses: write

jobs:
super-linter:
Expand Down Expand Up @@ -67,9 +69,6 @@ jobs:
VALIDATE_DOCKERFILE: true
VALIDATE_BASH: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
packages: read
statuses: write

- name: Lint Code Base
uses: super-linter/super-linter@ff5037c06042e564803502feb97f8a686f3b0171 # v6.0.0
Expand Down

0 comments on commit 82cd3c6

Please sign in to comment.