core icon indicating copy to clipboard operation
core copied to clipboard

Cannot upload to blob storage when deploying via GH Actions

Open gitcarter opened this issue 11 months ago • 2 comments

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.

gitcarter avatar Mar 10 '25 12:03 gitcarter

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?

atinux avatar Mar 10 '25 17:03 atinux

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?

gitcarter avatar Mar 10 '25 20:03 gitcarter