From d6b5aeb73c065ad7831d8f4e2680947b6f7a31a1 Mon Sep 17 00:00:00 2001 From: Jay Prall <36337+j4y@users.noreply.github.com> Date: Fri, 26 Dec 2025 10:49:14 -0500 Subject: [PATCH] chore: set the deploy workflow to have limited permissions This change set it to only have read access. Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7abaa12..bd410a5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,8 @@ name: Deploy +permissions: + contents: read + on: push: branches: