From 9ace336e12b63a70cd92fdf16ea7bff9008de850 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R." Date: Thu, 26 Jun 2025 12:48:40 -0600 Subject: [PATCH] Update SSH private key secret reference in sync-subtrees-action configuration --- .github/workflows/subtree.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/subtree.yml b/.github/workflows/subtree.yml index 5fd76582..14b13263 100644 --- a/.github/workflows/subtree.yml +++ b/.github/workflows/subtree.yml @@ -27,4 +27,4 @@ jobs: repository_name: ${{ github.event.repository.name }} default_branch: ${{ github.event.repository.default_branch }} run_number: ${{ github.run_number }} - ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} + ssh_private_key: ${{ secrets.SCHARLTON2_SSH_PRIVATE_KEY }}