Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pjirsa/healthbot-template-push

Github action to publish Azure Healthbot scenario templates
https://github.com/pjirsa/healthbot-template-push

actions azure healthbot

Last synced: 19 days ago
JSON representation

Github action to publish Azure Healthbot scenario templates

Awesome Lists containing this project

README

        

![Build Status](https://github.com/pjirsa/healthbot-template-push/workflows/main/badge.svg)
# Push Healthbot Scenarios Github Action
Github action that will publish Azure Healthbot Scenarios defined in a template.json file from your repo.

Example usage:
```
- name: Push Scenarios action step
id: push-scenarios
uses: pjirsa/[email protected]
with:
tenant-name: ${{ secrets.TENANT_NAME }}
api-secret: ${{ secrets.API_KEY }}
template-file: '${{ github.workspace }}/template.json'
```

See [pjirsa/azure-healthbot-devops](https://github.com/pjirsa/azure-healthbot-devops) as an example repo using this action.

\* Create Github secrets for `TENANT_NAME` and `API_KEY` specific to your Azure Healthbot instance.