mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Pass SSH_AUTH_SOCK env variable to git push
This commit is contained in:
2
.github/workflows/deploy-site.yml
vendored
2
.github/workflows/deploy-site.yml
vendored
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user