From 65cae9f39281f76c1632291cd93dd2a03a531d7f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 01:41:10 +0000 Subject: [PATCH] Add permissions to workflow and fix security issue Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- .github/workflows/create-client-fork.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-client-fork.yml b/.github/workflows/create-client-fork.yml index 3f371d9..be82228 100644 --- a/.github/workflows/create-client-fork.yml +++ b/.github/workflows/create-client-fork.yml @@ -23,6 +23,8 @@ jobs: create-fork: name: Setup Client Fork runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Validate confirmation