WEKIT-ECS / MIRAGE-XR

MirageXR is a reference implementation of an XR training system. MirageXR enables experts and learners to share experience via XR and wearables using ghost tracks, realtime feedback, and anchored instruction.
Other
28 stars 4 forks source link

Add sketchfab credentials injection to pipeline #985

Open fwild opened 2 years ago

fwild commented 2 years ago

Dupe: https://github.com/WEKIT-ECS/MIRAGE-XR/issues/551

Maybe similar to how we use IBM watson's API keys: https://github.com/WEKIT-ECS/MIRAGE-XR/blob/master/.github/workflows/windows_workflow.yml (line 26ff)

Try to reduce it to use only the json file - and set this as a github secret

fwild commented 1 year ago

@cawke I would happily tackle this (as I would with the keystore signing cert, but we don't need that now). But it currently is not easy to inject, as the sketchfab augmentation requires a prefab, not just an API secret in a file or environment variable. Is there a possibility to get rid of the prefab or make it pull the key from file?