From 505ff31748ade2a2372761e342c1b7ef509e26dd Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:04:51 -0800 Subject: [PATCH] Update CI workflow with additional permissions Add permissions for contents, pages, and id-token. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d51e1644..09f26ef78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,10 @@ on: pull_request: branches-ignore: - 'translations**' +permissions: + contents: read + pages: write + id-token: write env: DEFAULT_UV_VERSION: "0.9.x" # This is the default version of Python to use in most steps which aren't specific