Docs: Add SQL Server card for Hub #75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docs Bot Update on Main Branch Update | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
call-webhook: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Call URL | |
run: | | |
curl -X GET -H "Content-Type: application/json" "https://website-api.hasura.io/chat-bot/hasura-docs-upsert-in-db?version=3&devToken=${{ secrets.DOCS_BOT_PROD_DEVTOKEN }}" |