Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pjirsa/healthbot-template-push
- Owner: pjirsa
- License: mit
- Created: 2021-02-01T15:46:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T15:02:04.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T13:45:56.662Z (about 1 month ago)
- Topics: actions, azure, healthbot
- Language: JavaScript
- Homepage:
- Size: 491 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.