From 64d808da2c1cba817d10a0f57801f5dc514bb020 Mon Sep 17 00:00:00 2001 From: Mohamed Amer <44300384+mohamedhamdyamer@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:35:23 +0200 Subject: [PATCH] docs: adding "permissions: { }" to the yaml example (#5452) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f3147e8..86f7a349 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ To run super-linter as a GitHub Action, you do the following: push: null pull_request: null + permissions: { } + jobs: build: name: Lint