Env ,Variables in Github Workflow

I have created a worker and deploy it from github actions.
I have certain variables and secrets.
Firstly i ahve tried to deploy without setting any variable in the actions but setted up in the dashboard.

I have multiple questions regarding this
  1. Every time I push from actions the set variables from cloudflare dashboard wiped out ?
  2. I have defined secrets in github action workflow but is there an easy way to pass variable from workflow
Was this page helpful?