diff --git a/README.md b/README.md index 910a1803..ad231f37 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,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 # ################## diff --git a/TEMPLATES/linter.yml b/TEMPLATES/linter.yml index 402f4a6e..a917dc88 100644 --- a/TEMPLATES/linter.yml +++ b/TEMPLATES/linter.yml @@ -31,6 +31,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 # ##################