I want to use https://github.com/dagger/dagger-for-github/tree/main?tab=readme-ov-file#dagger-call-default but I'm unsure how to pass secrets as args
--param env:${{ secrets.SECRET }} predictably fails since it resolves the secret
--param ${{ secrets.SECRET }} also resolves and since param is of type *dagger.Secret that doesn't work either
The action could do with an example of this too.