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

This commit is contained in:
Charlton, Scott R. 2025-06-26 19:05:18 -06:00
parent 9ace336e12
commit 904e9b3595

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.SCHARLTON2_SSH_PRIVATE_KEY }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}