Fixing ssh key secrets access, hopefully

master
ᎠᎡ. Ѕϵrgϵ Ѵictor 7 months ago
parent 4a0b4f0531
commit c73a94c37f
  1. 2
      .github/workflows/main.yml

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

Loading…
Cancel
Save