blake-mealey / mantle

An infrastructure-as-code and deployment tool for Roblox.
https://mantledeploy.vercel.app/
MIT License
85 stars 11 forks source link

Support hybrid Open Cloud usage to reduce dependence on cookies #179

Closed blake-mealey closed 3 weeks ago

blake-mealey commented 1 year ago

Some users are experiencing issues with cookies getting cancelled by Roblox. This makes CI integrations harder to manage. We can introduce a hybrid setup so that if an Open Cloud token is available, Mantle will use it for operations that it supports. Mantle will still require cookie auth for many APIs but since the most common API it uses is probably the place upload API, this should significantly help users with CI stability.

GreenAppers commented 5 months ago

For a possible workaround, see https://github.com/marketplace/actions/savetoroblox

blake-mealey commented 3 weeks ago

This was implemented in v0.11.15