-
Notifications
You must be signed in to change notification settings - Fork 889
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
feat: Workflow Secrets #3620
base: main
Are you sure you want to change the base?
feat: Workflow Secrets #3620
Conversation
@Mubashirshariq is attempting to deploy a commit to the KeepHQ Team on Vercel. A member of the Team first needs to authorize it. |
keep/api/routes/workflows.py
Outdated
@router.post( | ||
"/{workflow_id}/new-secret", | ||
description="Write a new secret or update existing secret for a workflow", | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@router.post( | |
"/{workflow_id}/new-secret", | |
description="Write a new secret or update existing secret for a workflow", | |
) | |
@router.post( | |
"/{workflow_id}/secrets", | |
description="Write a new secret or update existing secret for a workflow", | |
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mubashirshariq any news? |
Hi, I am a bit busy with my college work. I will complete it this weekend. |
Closes #3554
π Description
β Checks
βΉ Additional Information