Not clear what to do with Dapr in GitHub actions to deploy/manage application
What content needs to be created or modified? This document doesn't list why to use Dapr during a GitHub actions. is it used to deploy dapr applications? Or just manage Dapr runtime in Kubernetes environment?
Describe the solution you'd like
An E2E documentation on "why" to user Dapr in GitHub actions, what happens with when there is a new code change with the app that uses dapr, how to deploy that dapr application, and more.
There are some (admittedly very basic) docs here: https://docs.dapr.io/developing-applications/integrations/github_actions
The thing is that aside from setting up or updating Dapr in a GH Action, there's nothing really specific to Dapr. What to do depends on the apps you are deploying, the target infrastructure, and your existing deployment pipelines.