diff --git a/readme.md b/readme.md index 60aad0d..8d599e3 100755 --- a/readme.md +++ b/readme.md @@ -42,6 +42,7 @@ jobs: - uses: webfactory/ssh-agent@v0.1.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} + ssh-auth-sock: ${{ github.workspace }}/ssh-auth.sock - uses: steenbergen-design/trellis-action@v1 with: @@ -211,4 +212,4 @@ As a note to my future self, in order to work on this repo: Special thanks to [the Roots team](https://roots.io/about/) whose [Trellis](https://github.com/roots/trellis) make this project possible. Also special thanks to [TypistTech](https://github.com/TypistTech) where I got a lot if inspiration and got [parts](https://github.com/TypistTech/tiller-circleci) of this documentation from. -Copyright 2019 Steenbergen Design. Code released under [the MIT license](LICENSE). \ No newline at end of file +Copyright 2019 Steenbergen Design. Code released under [the MIT license](LICENSE).