From 3d7aef87295457ec3700b5d285c0f4f16995a8f6 Mon Sep 17 00:00:00 2001 From: jwatson Date: Tue, 12 Nov 2024 13:56:41 -0800 Subject: [PATCH] switch to a deploy key for publishing releases --- .github/workflows/publish_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 1f6085fcc..97b9411b1 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -27,6 +27,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.BRANCH }} + ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Set up JDK 21 uses: actions/setup-java@v4