From ff3be3ed1cb6980d65a680a806fd7e4ba4474e1e Mon Sep 17 00:00:00 2001 From: Arpit Jain Date: Fri, 15 May 2026 01:57:44 +0900 Subject: [PATCH] ci: declare contents:read on slack-lite workflow Signed-off-by: Arpit Jain --- .github/workflows/slack-lite.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/slack-lite.yml b/.github/workflows/slack-lite.yml index db8191e21a..83d02030ff 100644 --- a/.github/workflows/slack-lite.yml +++ b/.github/workflows/slack-lite.yml @@ -22,6 +22,9 @@ on: pull_request_target: types: [opened, ready_for_review, reopened, closed] +permissions: + contents: read + jobs: slack-lite: # Skip notification if: