#how to integrate with github actions

4 messages · Page 1 of 1 (latest)

left river
#

I'm trying to integrate my local web server with github. In order to do it, I need some secret info such as 'CLOUDFLARE_TUNNEL_ID', 'CLOUDFLARE_TUNNEL_SECRET', 'SSH_HOST', 'SSH_USER', 'SSH_PRIVATE_KEY'. What I am looking for is 'CLOUDFLARE_TUNNEL_SECRET', but I can not find it in cloudflare dashboard and I can't find ~/.cloudflared directory, either because I created a cloudflare tunnel through web browser. How can I download CLOUDFLARE_TUNNEL_SECRET?

misty seal
#

How exactly do you want to contact your webserver from GitHub actions?
Cloudflare Tunnels are part of Zero Trust and I think there are Service Tokens for such automation tasks (might require more setup on Zero Trust than just generating this token though)

left river
left river