Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-mastodon

GitHub Action that sends a Mastodon toot.

How to use

workflow "New workflow" {
  on = "push"
  resolves = ["GitHub Action for Mastodon"]
}

action "GitHub Action for Mastodon" {
  uses = "mika-f/action-mastodon@master"
  secrets = [ "MASTODON_ACCESS_TOKEN" ]
  env = {
    MASTODON_INSTANCE = "https://mastodon.cloud"
  }
  args = "\"Someone pushed a new commit!\""
}

About

GitHub Action that sends a Mastodon toot.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages