But am getting an error but when i tried setting just one variable it work fine.
Error message
Run flyctl deploy \ --build-secret="FUSION_AUTH_URL=$FUSION_AUTH_URL" \ --build-secret="FUSION_AUTH_PUBLIC_KEY=$FUSION_AUTH_PUBLIC_KEY"_PORT
[32](https://github.com/name/actions/runs/3218809617/jobs/5263419557#step:4:33)Error: accepts at most 1 arg(s), received 2
[33](https://github.com/name/actions/runs/3218809617/jobs/5263419557#step:4:34)Error accepts at most 1 arg(s), received 2
I was almost sure i have run with this syntax.
This work way works flyctl deploy --build-secret="FUSION_AUTH_URL=$FUSION_AUTH_URL" --build-secret="FUSION_AUTH_PUBLIC_KEY=$FUSION_AUTH_PUBLIC_KEY"