Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Hub publisher #260

Merged
merged 1 commit into from
Nov 22, 2024
Merged

feat: Add Hub publisher #260

merged 1 commit into from
Nov 22, 2024

Conversation

dobarx
Copy link
Contributor

@dobarx dobarx commented Nov 9, 2024

Built-in publisher for Blackstork Hub.

Example usage:

config publish hub {
  api_url   = env.HUB_API_URL
  api_token = env.HUB_API_TOKEN
}

document "example" {
  title = "Document title"

  publish hub {}

  content text {
    value = "Hello World"
  }
}

@dobarx dobarx force-pushed the hub_publisher branch 2 times, most recently from 40f3b8a to 10b5d66 Compare November 11, 2024 14:26
@dobarx dobarx merged commit 379e2f8 into main Nov 22, 2024
8 checks passed
@dobarx dobarx deleted the hub_publisher branch November 22, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants