actions-marketplace-validations/post-to-mastodon
Github Action that sends a toot to Mastodon when you post a new blog post.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| message | The message which we send to Mastodon. | — | Hello, folks! I just posted a new blog post. Check it out! |
| base_blog_url | Base url of the blog post. This is used to construct the link to the blog post. For example, if the blog post is at https://sumit4613.github.io/posts/django_middlewares/, then the base-blog-url is https://sumit4613.github.io/posts/ | yes | — |
| base_directory | The base directory of the blog posts. This is used to construct the link to the blog post. For example, in my blog all posts are stored in content/posts/ directory. So, the base-directory is content/posts/. | yes | content/posts/ |
| access_token | Application access token, generated from mastodon dashboard. | yes | — |
| host | Your mastodon instance host. | — | fosstodon.org |
| port | Your mastodon instance port. | — | 443 |
| api | Your mastodon instance api. | — | api/v1 |
Outputs
no outputs