pushblueprints

pushblueprints

Certified
Enterprise Edition

Commit and push Custom Blueprints from Kestra to Git.

yaml
type: io.kestra.plugin.ee.git.pushblueprints
yaml
id: push_blueprints
namespace: system
tasks:
  - id: commit_and_push
    type: io.kestra.plugin.ee.git.PushBlueprints
    url: https://github.com/kestra-io/scripts
    username: git_username
    password: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
    branch: main
    commitMessage: "push blueprints from {{ flow.namespace ~ '.' ~ flow.id }}"
Properties
Default`username`
Default**
Defaultmain
DefaultAdd blueprints from {{ flow.id }}
Defaulttrue
Defaultfalse
Default_blueprints