From 709cdbd4999ffc2e50008185cf17c3c09729bb93 Mon Sep 17 00:00:00 2001 From: Nate Bross Date: Wed, 24 Sep 2025 19:37:13 -0500 Subject: [PATCH] chore: fix actions permission 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 5028757..0c57fd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ name: CI Builds +permissions: + contents: read on: pull_request: