and-fm / cloudflared-ssh-action

A github action that lets you ssh into a server behind a cloudflare tunnel
Apache License 2.0
16 stars 8 forks source link

Improve maintainability of repo #4

Closed nathanjnorris closed 5 months ago

nathanjnorris commented 6 months ago

Hey @npgy :)

I've made some modifications to your action - the README explains it more so I won't rewrite it all here. I intended to make this action more maintainable going forward, with workflows that check the code for vulnerabilities. It also pulls the latest Alpine image and the latest Cloudflared binary when it runs.

Feel free to take parts of this that you like! I've adapted it for my project so not sure if it all works for you