jannikwempe/Latest Hashnode Posts
Updates your README with the latest posts one of your Hashnode publications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| HASHNODE_PUBLICATION_ID | The id of the publication to get the latest posts from. | yes | — |
| GITHUB_TOKEN | Secret GitHub API token used to make API requests or git authentication. | no | ${{ github.token }} |
| README_FILE | The path to the README file that should be updated. | no | ./README.md |
| OPENING_COMMENT | The comment that indicates the start of the section that should be updated. | no | <!-- HASHNODE_POSTS:START --> |
| CLOSING_COMMENT | The comment that indicates the end of the section that should be updated. | no | <!-- HASHNODE_POSTS:END --> |
| MAX_POSTS | The number of posts that should be displayed. | no | 5 |
| COMMIT_MESSAGE | Commit message for the update commit. | no | chore(docs): update recent hashnode posts |
| TITLES_AS_LINK | Wrap post titles in links to the original post. | no | false |
Outputs
no outputs