From d1bbc97c537514dde547553761ac7fd103152ceb Mon Sep 17 00:00:00 2001 From: Maribeth Moffatt Date: Thu, 19 Mar 2026 12:49:35 -0400 Subject: [PATCH] chore: add a deploy key to allow pushing to main (#9642) --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 058e04c0a..6ad69e0f8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -79,6 +79,7 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 + ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }} - name: Download versioned files uses: actions/download-artifact@v4