Move more stuff from BK to GHA (#8372)

This commit is contained in:
Michael Telatynski 2022-04-21 12:55:32 +01:00 committed by GitHub
parent dd880df6ae
commit 146bcdd6a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 336 additions and 210 deletions

View file

@ -1,15 +1,18 @@
name: Notify element-web
on:
push:
branches: [develop]
push:
branches: [ develop ]
repository_dispatch:
types: [ upstream-sdk-notify ]
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
notify-element-web:
name: "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_BOT_TOKEN }}
repository: vector-im/element-web
event-type: element-web-notify