trystan2k/Publish Blog Post
Publish a blog post to the hosting supported (Dev.to)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | — | ${{ github.token }} |
| publishTo | Websites to publish blog post. Current allowed values are 'devTo' and 'medium' | yes | devTo |
| devToApiKey | API Key to use to publish blog post to Dev.to website | no | — |
| includeFolders | Folders to look for post files to publish/update. Multiple folders can be speficied, one folder per line | no | — |
| commitMessage | Commit message template to be used when a published file is commited with update data. %file is replaced with the file name and %lang with language | no | publish/update %file with updated data |
Outputs
no outputs