Is there a way to use skpm to create the .appcast.xml
and release assets from a private repo to a public one without "exposing" the plugin's source?
Example workflow:
github.com/a/my-private-repo -> Some Github action that runs skpm -> .appcast.xml
, Release and assets are being created to the github.com/a/my-public-repo
I know that the code can be inspected in the plugin and that I also can do this manually, but is there a way to add some automation for this?