Skip to content

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

Notifications You must be signed in to change notification settings

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

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published