From c0166623c1a5c09ee8cf119ae8475d4ee4d935d5 Mon Sep 17 00:00:00 2001 From: Karthikeyan Padaikathu <141762547+kartykp@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:25:51 -0800 Subject: [PATCH] Added missing required workflow permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aef32e1..672daea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ name: CI +permissions: + contents: read on: push: