Meumeu / WiVRn

An OpenXR streaming application to a standalone headset
GNU General Public License v3.0
134 stars 22 forks source link

Only Sign APK if Secretes Exist #39

Closed damaestro closed 4 months ago

damaestro commented 4 months ago

This allows for the github actions pipeline to successfully run in forks.

xytovl commented 4 months ago

I think it would be better to check if secret is available: https://stackoverflow.com/questions/70249519/how-to-check-if-a-secret-variable-is-empty-in-if-conditional-github-actions

A fork could then setup secrets on their side and have a signed version as well.