mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
18 lines
489 B
YAML
18 lines
489 B
YAML
name: Notify element-web
|
|
on:
|
|
push:
|
|
branches: [ develop ]
|
|
repository_dispatch:
|
|
types: [ upstream-sdk-notify ]
|
|
jobs:
|
|
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
|