FirebaseExtended / action-hosting-deploy

Automatically deploy shareable previews for your Firebase Hosting sites
https://firebase.google.com/docs/hosting/github-integration
Apache License 2.0
705 stars 202 forks source link

Error: channelID is currently required #98

Closed lukepighetti closed 3 years ago

lukepighetti commented 3 years ago

Our hosting preview deploys randomly quit working last night. We have no changes on our end. Now it fails saying channelID is currently required. Haven't been able to find anything in the changelogs. Is there somewhere else I should be looking?

Action config

      - uses: FirebaseExtended/action-hosting-deploy@v0
        with:
          repoToken: "${{ secrets.GITHUB_TOKEN }}"
          firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_LEADFERNO }}"
          projectId: leadferno
        env:
          FIREBASE_CLI_PREVIEWS: hostingchannels

Error message

Error: channelID is currently required

Expected behavior

It deploys

Actual behavior

It doesn't

lukepighetti commented 3 years ago

This explicitly states that if you leave channelID empty it will auto-generate one. That's the functionality we are expecting.

https://github.com/marketplace/actions/deploy-to-firebase-hosting#channelid-string

lukepighetti commented 3 years ago

Closing because this appears to be related to https://github.com/FirebaseExtended/action-hosting-deploy/issues/90