mirror of
https://github.com/tLDP/LDP.git
synced 2025-12-01 07:26:03 +07:00
Fixing ssh key secrets access, hopefully
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
#ssh -vv -p $LDPPORT -i /home/runner/.ssh/ldpkey $LDPUSER@$LDPHOST2 ls
|
||||
shell: bash
|
||||
env:
|
||||
SSH_KEY: ${{secrets.SSHKEY}}
|
||||
SSH_KEY: ${{secrets.IBIBLIO_WWW_SSHKEY}}
|
||||
|
||||
- name: ↪️ Restoring Recent Production (Master Branch) LDP Docs from Cache if Available
|
||||
id: ldpdocsmain
|
||||
|
||||
Reference in New Issue
Block a user