Closed jd-apprentice closed 1 month ago
This is not going to be secure https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#self-hosted-runner-security I'm going to try https://github.com/marketplace/actions/setup-cloudflare-warp-action instead
In order to run
notify
on workflows like theseI have to be able to communicate with my gotify server, since is behind Cloudflare tunnel and only accessible via WARP one of the solutions is to have tasks running locally so I can do something like
curl <internal_ip>:<internal_port>...