Commit graph

4 commits

Author SHA1 Message Date
Thorben Nissen
b05960c6f2 [FEATURE] Post step for cleaning up the SSH agent
* add `cleanup.js` for stopping the ssh-agent after the job is done
* add `scripts/build.js` to make it easier to build the files in `dist/`
* update README
* remove meaningless dependency `child_process` (its a node core package)
* update `@actions/core` to `^1.2.4`
2020-05-15 09:42:03 +02:00
Thorben Nissen
36fd7e1343 [BUGFIX] Not working properly on self-hosted runner
* remove fixed default auth socket path
* call `ssh-agent` with auth socket path, if not explicitly given,
  to let the system choose the path
* read SSH_AUTH_SOCKET and SSH_AGENT_PID from `ssh-agent` command output
  and add the as variables
2020-04-10 20:02:05 +02:00
Matthias Pigulla
c03703d9a1
Replace invalid icon 2019-09-15 00:33:18 +02:00
Matthias Pigulla
64d68c7e61 Write GH action to set up ssh keys for private repos 2019-09-14 22:28:16 +00:00