CSML-by-Clevy / csml-studio-sync-action

A github action to sync your repository with a csml chat bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSML Studio Sync

This action lets you synchronize your CSML Studio chatbot from your github respository with you CSML Studio account.

Usage

See example.

steps:
  - uses: CSML-by-Clevy/csml-studio-sync-action@v1
    with:
      update: true
      build: true
      create-snapshot: true
    env:
      CSML_CLIENT_API_KEY: ${{ secrets.CSML_CLIENT_API_KEY }}
      CSML_CLIENT_API_SECRET: ${{ secrets.CSML_CLIENT_API_SECRET }}

License

The scripts and documentation in this project are released under the MIT License

About

A github action to sync your repository with a csml chat bot


Languages

Language:JavaScript 100.0%