Initial commit: Windmill workspace sync
Scripts, flows, apps, resources and resource types from the Windmill workspace. API token excluded via .gitignore (config/).
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
description: Credentials for the Apify API using an OAuth token.
|
||||
format_extension: null
|
||||
is_fileset: false
|
||||
schema:
|
||||
type: object
|
||||
order:
|
||||
- token
|
||||
properties:
|
||||
token:
|
||||
type: string
|
||||
description: Apify OAuth token. Available only on Windmill Cloud.
|
||||
default: ''
|
||||
nullable: false
|
||||
password: true
|
||||
title: Apify OAuth Token
|
||||
required:
|
||||
- token
|
||||
Reference in New Issue
Block a user