omenapps/publish-github-to-hashnode
Publish Posts from a GitHub repository to a Hashnode Publication.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| added-files | The list of added files in the repository. | yes | — |
| changed-files | The list of changed files in the repository. | yes | — |
| access-token | Your Hashnode API Personal Access Token. See: https://hashnode.com/settings/developer | yes | — |
| publication-host | The publication host (e.g., blog.mydomain.com). | yes | — |
| posts-directory | The local directory containing the blog posts, if different from the root directory. | no | — |
Outputs
| name | description |
|---|---|
| result_json | Publish result as a JSON string |
| result_summary | Publish result summary formatted as text |