diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 2619fc3..cfd363e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -33,6 +33,14 @@ jobs: # Set the agent to run on runs-on: ubuntu-latest + ############################################ + # Grant status permission for MULTI_STATUS # + ############################################ + permissions: + contents: read + packages: read + statuses: write + ################## # Load all steps # ##################