From fdf4952c60d7cd8ea3e65e628949ae94b3f90a23 Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Mon, 1 Jun 2026 00:39:53 -0700 Subject: [PATCH] =?UTF-8?q?Remove=20MONOREPO=5FREAD=5FTOKEN=20=E2=80=94=20?= =?UTF-8?q?monorepo=20is=20public,=20no=20token=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/deploy-site.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index fe4db89d4..871ca9d33 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -67,7 +67,6 @@ jobs: repository: github/copilot-sdk ref: ${{ inputs.monorepo_tag }} path: monorepo - token: ${{ secrets.MONOREPO_READ_TOKEN }} # 3. Set up JDK - name: Set up JDK 25