commit 65ff26be7b77406a151b7cbc183d0af3f5bcdb7d
parent c6e539da090ae18a2887c7bcc7c9bf429fb8041f
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 24 Jul 2021 17:14:31 +0200
Update man.yml
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml
@@ -22,7 +22,7 @@ jobs:
# https://www.webfactory.de/blog/use-ssh-key-for-private-repositories-in-github-actions
run: |
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
- ssh-add - <<< "${{ secrets.SSH_B64 }}"
+ ssh-add - <<< $(echo "${{ secrets.SSH_B64 }}" | base64 -d)
- name: Send html to website
env:
SSH_AUTH_SOCK: /tmp/ssh-agent.sock