From 2bc9296732ea5d6f827da11aa86d0196cd8d90e3 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 14 Jun 2025 08:36:54 +0700 Subject: [PATCH] build: add read permission in ci workflow (#536) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77eeea5..c2714d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI +permissions: + contents: read + on: pull_request: types: