From cdc1314a0fecfd8ad06846259cce59fff290e44c Mon Sep 17 00:00:00 2001 From: Ezra Brooks Date: Mon, 17 Nov 2025 10:08:43 -0700 Subject: [PATCH] Fix CD permissions --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5cdcadfe2..f0a60977f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,6 +7,9 @@ on: permissions: contents: read id-token: write # Required to authenticate with npm + # Required for the docs deployment job + actions: read + pages: write jobs: docs: