This action lets you synchronize your CSML Studio chatbot from your github respository with you CSML Studio account.
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 }}
The scripts and documentation in this project are released under the MIT License