From d3dc5e6a18d97c92526ef3092d9c1b417864b525 Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Wed, 4 Mar 2026 16:42:58 -0800 Subject: [PATCH] Assign write permission to JavaScript job This changelist assigns write permission to the JavaScript job in our GitHub CI, as this job needs write access to the gh-pages branch of the project. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7d18aea4d..43cda2fd24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -376,6 +376,8 @@ jobs: javascript: name: JavaScript runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Sync Repository