element-web/.github/workflows/notify-element-web.yml

18 lines
489 B
YAML
Raw Normal View History

name: Notify element-web
on:
2022-04-21 13:55:32 +02:00
push:
branches: [ develop ]
repository_dispatch:
types: [ upstream-sdk-notify ]
jobs:
2022-04-21 13:55:32 +02:00
notify-element-web:
name: "Notify Element Web"
runs-on: ubuntu-latest
steps:
- name: Notify element-web repo that a new SDK build is on develop
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
repository: vector-im/element-web
event-type: element-web-notify