WARP fails lookup on Github Actions
Hey, I have an issue with WARP action
https://github.com/oHTGo/setup-cloudflare-warp-action (code seems correct)
After action is done setting up the connection (which from what I see it does set the connection up successfully) it should proceed to syncing few files via sftp, however looks like DNS times out with warp enabled
Does anyone by any chance know the cause?
2 Replies
I tried replicating the issue on fresh VM however everything works fine on it even with copy pasted mdm.xml
This looks like Github Actions Docker bug, it tries to use eth0 network(resolvconf) instead of warp's
Weird but this works, I suspect because Docker is not used
Sounds like this issue is resolved, I'm marking the thread as self solved. If you're still having the issue you can comment here or open another thread. That WARP Action is community made though and an actions runner probably falls out of the typical environment for warp lol