Skip to content

mika-sandbox/action-mastodon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published