Saurabh Bhatnagar
Results
2
issues of
Saurabh Bhatnagar
### Action config ``` - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: "${{ secrets.GITHUB_TOKEN }}" firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_MYPROJ_DEV }}" expires: 20d projectId: myproj ``` I could not using `firebase init hosting:github`. Possibly because...
bug
Ran into this issue after following the tutorial. So adding the fix here.