diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index fbfb40f..5fd133f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,8 +15,6 @@ jobs: permissions: contents: read packages: read - # To report Github Actions status checks - statuses: write steps: - name: Checkout Code @@ -38,4 +36,4 @@ jobs: GITHUB_ACTIONS_COMMAND_ARGS: -ignore SC2046 IGNORE_GENERATED_FILES: true DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + MULTI_STATUS: false