8000 Merge branch release-v0.18.3 · turboflakes/crunch@30591dd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Crunch v0.18.3

Crunch v0.18.3 #57

Workflow file for this run

name: Matrix - Push Notification
on:
release:
types:
- published
jobs:
ping_matrix:
strategy:
matrix:
channel:
- '!GXvEBJwHIZLDETyjJY:matrix.org' # #westend-crunch-bot:matrix.org -> Westend Crunch Bot (Public)
- '!gCVSnDNPSDmUBxnDte:matrix.org' # #kusama-crunch-bot:matrix.org -> Kusama Crunch Bot (Public)
- '!IdOnZRytzQTJTyZtQf:matrix.org' # #polkadot-crunch-bot:matrix.org -> Polkadot Crunch Bot (Public)
runs-on: ubuntu-latest
steps:
- uses: s3krit/matrix-message-action@v0.0.3
with:
room_id: ${{ matrix.channel }}
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
message: "<h4>Hey, <code>crunch ${{github.event.release.tag_name}}</code> has been released ✌️</h4>🔖 ${{github.event.release.html_url}}<br/><br/>@room<br/>${{github.event.release.body}}<br/><br/>"
server: "matrix.org"
0