From 6a5fbdd44ffcd6945bd750558e9ac1423dc83853 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Wed, 16 Jul 2025 22:31:31 +0100 Subject: [PATCH] ci: add `models: read` permission Signed-off-by: Babak K. Shandiz --- .github/workflows/detect-spam.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/detect-spam.yml b/.github/workflows/detect-spam.yml index 91835f008..3e8c4a618 100644 --- a/.github/workflows/detect-spam.yml +++ b/.github/workflows/detect-spam.yml @@ -6,6 +6,7 @@ on: permissions: contents: none issues: write + models: read jobs: issue-spam: