sinedied/Publish to dev.to
Publish markdown files as articles to dev.to platform, using assets hosted on GitHub.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| devto_key | Your dev.to personal API key to publish and update articles | yes | — |
| github_token | Your GitHub access token to update files with ID once published | yes | — |
| files | One or more glob patterns of files to include | no | posts/**/*.md |
| branch | The git branch to use | no | main |
| conventional_commits | Use conventional commits messages | no | false |
| dry_run | Do not make actual changes on dev.to | no | false |
Outputs
| name | description |
|---|---|
| result_json | Publish result as a JSON string |
| result_summary | Publish result summary formatted as text |