Firebase init freezing at Github Action deploy

Viewed 19

My firebase CLI is freezing every time I try to setup Github action deploy. It does the same on WSL, Ubuntu and Windows. Here's the small log I have:

//firebase init then 'setup github action deploy'
+  Success! Logged into GitHub as samuel

? For which GitHub repository would you like to set up a GitHub workflow? (format: user/repository) samuel/project_e_commerce

+  Created service account github-action-448090664 with Firebase Hosting admin permissions.
+  Uploaded service account JSON to GitHub as secret FIREBASE_SERVICE_ACCOUNT_HYPNOTIC_TREE.
i  You can manage your secrets at https://github.com/samuel/project_e_commerce/settings/secrets.

? Set up the workflow to run a build script before every deploy? Yes
? What script should be run before every deploy? (npm ci && npm run build) 

I haven't already created a .yml file. I haven't found information about my problem on the internet.

0 Answers
Related