From 63e1c9daa6741f0561300b47dfc7203c17b0a211 Mon Sep 17 00:00:00 2001 From: Kess Plasmeier Date: Wed, 4 Feb 2026 16:14:47 -0800 Subject: [PATCH] chore(ci): fix CI permissions --- .github/workflows/ci-workflow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index a5ca71cd5..7861ff2b0 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -1,5 +1,9 @@ name: Continuous Integration Workflow +permissions: + contents: read + id-token: write + on: pull_request: push: