Does GitHub need to be able to access my server? #167
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,Mr. Bryan
My server has a security policy that blocks access from outside . Will this cause any issues? Assuming my custom diff syntax is correct, can it still be applied successfully?
Where is the generated client stored? Is it temporarily on my server?
Thank you for developing such a convenient and helpful project!
Best regards, and wishing your family happiness and good health.
Github will need to access your server to send the compiled executables back to you. You can edit the workflow to store the compiled executables as github artifacts if you would prefer, but these would be publicly accessible.