-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull windmill to main is always failing #6
Comments
nestdotland/nest.land#336 nest land seems to be down. I will see how we can fix our dependencies |
I purged the CLi from this faulty registry and updated the example to use 1.104.0. Thanks for the report |
Thank you @rubenfiszel for the reactivity! I still encounter an issue but maybe I do something wrong. it fails here: https://github.com/windmill-labs/windmill/blob/main/cli/pull.ts#LL33C2-L33C2 Do you have any idea? I tried to export the workspace as a zip in the app and it worked well. |
I think what's happening here is that for some reason, the CLI pulls something but it's not a zip. Could you confirm that fetching |
You are right. I just tested the request and it returns html. Our windmill app is hosted on cloudflare and we have to signin with google workspace... |
Since windmill supports Google SSO directly, you could expose it publicly under the google sso |
Do you refer to this feature? |
Yes I was referring to configuring oauth so that google sso was a login provider. A possibility is also to self-host the github runner behind your cloudflare tunnet so that it can talk to windmill directly. |
I want to implement this workflow but I noticed
pull-workspace.yaml
fails mainly during thepull changes
step.here is a screenshot of the error
The text was updated successfully, but these errors were encountered: