From f138ab08aa0ebfaa7cecd20a70148e77294f5efd Mon Sep 17 00:00:00 2001 From: Joe Heffernan Date: Wed, 22 Jul 2026 09:35:02 -0700 Subject: [PATCH] add write permissions to publish-dev workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20f64f4a..6a2f33e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,8 @@ jobs: if: github.ref == 'refs/heads/main' needs: [lint, typeCheck, test] runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #4.3.1 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #v6.2.0