Pass SSH_AUTH_SOCK env variable to git push

This commit is contained in:
Philipp Oppermann
2019-09-10 16:03:39 +02:00
parent 529f59264c
commit a640376d84

View File

@@ -62,6 +62,8 @@ jobs:
- name: "Push Changes" - name: "Push Changes"
run: "git push" run: "git push"
working-directory: "blog_os_deploy" working-directory: "blog_os_deploy"
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
# TODO: Reuse artifact by `build-site` workflow when # TODO: Reuse artifact by `build-site` workflow when
# https://github.com/actions/download-artifact/issues/3 is resolved. # https://github.com/actions/download-artifact/issues/3 is resolved.