From 82b432c89bd7b1638d813b45a3d437bdab1ab2c5 Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Thu, 12 Feb 2026 12:43:36 -0800 Subject: [PATCH] Add pull-requests permission to CI/CD workflow Update the permissions for the Github Token so that test publishing can happen --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9e4437a7..7ae39983 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -13,6 +13,7 @@ permissions: checks: write contents: read packages: write + pull-requests: write jobs: