Skip to content

Commit c81b2b4

Browse files
committed
Remove megalinter status permissions
1 parent ca585fc commit c81b2b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/mega-linter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
contents: write
4646
issues: write
4747
pull-requests: write
48-
statuses: write
4948
steps:
5049
# Git Checkout
5150
- name: Checkout Code
@@ -65,7 +64,6 @@ jobs:
6564
VALIDATE_ALL_CODEBASE: "true"
6665
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6766
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
68-
GITHUB_STATUS_REPORTER: "true"
6967
GITHUB_COMMENT_REPORTER: "true"
7068
PYTHON_RUFF_ARGUMENTS: --config pyproject.toml --config 'output-format="github"'
7169
PYTHON_RUFF_FORMAT_ARGUMENTS: --config pyproject.toml --config 'output-format="github"'

0 commit comments

Comments
 (0)