Fixing ssh key secrets access, hopefully

This commit is contained in:
ᎠᎡ. Ѕϵrgϵ Ѵictor 2022-10-24 11:04:38 +07:00
parent 4a0b4f0531
commit c73a94c37f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ jobs:
#ssh -vv -p $LDPPORT -i /home/runner/.ssh/ldpkey $LDPUSER@$LDPHOST2 ls #ssh -vv -p $LDPPORT -i /home/runner/.ssh/ldpkey $LDPUSER@$LDPHOST2 ls
shell: bash shell: bash
env: env:
SSH_KEY: ${{secrets.SSHKEY}} SSH_KEY: ${{secrets.IBIBLIO_WWW_SSHKEY}}
- name: ↪️ Restoring Recent Production (Master Branch) LDP Docs from Cache if Available - name: ↪️ Restoring Recent Production (Master Branch) LDP Docs from Cache if Available
id: ldpdocsmain id: ldpdocsmain