Can I make releases public from a private github repo? -
i have application in private github repo, , wondering if releases made public app can auto-update github instead of having host it.
additionally i'm wondering if it's possible utilize github api deployed app check new updates.
a workaround create public repo, composed of:
empty commits (git commit --allow-empty
) each commit tagged each tag release each release deliveries (the binaries of private app) that way, have visible repo dedicated release hosting, , private repos source development.
github github-api
No comments:
Post a Comment