Update SSH private key secret reference in sync-subtrees-action configuration

This commit is contained in:
Charlton, Scott R. 2025-06-26 12:48:40 -06:00
parent 966b0fc851
commit 9ace336e12

View File

@ -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 }}