mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Fix SSH private key secret reference in sync-subtrees-action configuration
This commit is contained in:
parent
9ace336e12
commit
904e9b3595
2
.github/workflows/subtree.yml
vendored
2
.github/workflows/subtree.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user