Cannot upload to blob storage when deploying via GH Actions
When I deploy my project via the cli, the ability to upload to blob storage in my app works; however, if I use the GH actions workflow, it does not. All other CF capabilities work (D1, cache, etc.).
My GH repo is private on a free account, so I realize I may be missing something in my GH Actions secrets / variables but I don't see anything in HuxtHub Admin that I'm missing, and I've updated my workflow to include the env vars & secrets.
This is quite weird as nothing is related to the bindings in the GitHub action (and is using the same logic the the CLI though). Do you have the Blob storage in the NuxtHub admin?
Yes I can see all the blob content in the admin. Is there something I can provide which could help shed a light on the issue?