mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
e09e2fc440
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
20 lines
737 B
YAML
20 lines
737 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
|
|
# Only respect triggers from our develop branch, ignore that of forks
|
|
if: github.repository == 'matrix-org/matrix-react-sdk'
|
|
steps:
|
|
- name: Notify element-web repo that a new SDK build is on develop
|
|
uses: peter-evans/repository-dispatch@bf47d102fdb849e755b0b0023ea3e81a44b6f570 # v2
|
|
with:
|
|
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
|
repository: vector-im/element-web
|
|
event-type: element-web-notify
|