Skip to content

Commit

Permalink
Update main
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Jul 28, 2019
1 parent f4bc24a commit 1c7f839
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/main.workflow
@@ -0,0 +1,10 @@
workflow "Gitter Release Notification" {
resolves = ["Call Gitter"]
on = "release"
}

action "Call Gitter" {
uses = "swinton/httpie.action@69125d73caa2c6821f6a41a86112777a37adc171"
secrets = ["TOKEN"]
args = ["--auth-type=token", "--auth='bearer:$TOKEN'", "POST", "https://api.gitter.im/v1/rooms/bastionframework/community/chatMessages", "text=New version of Bastion released! Check out! https://crates.io/crates/bastion"]
}

0 comments on commit 1c7f839

Please sign in to comment.