You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
504 B
15 lines
504 B
name: Notify element-web
|
|
on:
|
|
push:
|
|
branches: [develop]
|
|
jobs:
|
|
notify-element-web:
|
|
runs-on: ubuntu-latest
|
|
environment: develop
|
|
steps:
|
|
- name: Notify element-web repo that a new SDK build is on develop
|
|
uses: peter-evans/repository-dispatch@v1
|
|
with:
|
|
token: ${{ secrets.ELEMENT_WEB_NOTIFY_TOKEN }}
|
|
repository: vector-im/element-web
|
|
event-type: element-web-notify
|
|
|