mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Create dependency upgrade action (#355)
This commit is contained in:
parent
a78b3dfd63
commit
fcdc8fa89e
8
.github/workflows/upgrade_dependencies.yml
vendored
Normal file
8
.github/workflows/upgrade_dependencies.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name: Upgrade Dependencies
|
||||||
|
on:
|
||||||
|
workflow_dispatch: { }
|
||||||
|
jobs:
|
||||||
|
upgrade:
|
||||||
|
uses: matrix-org/matrix-js-sdk/.github/workflows/upgrade_dependencies.yml@develop
|
||||||
|
secrets:
|
||||||
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
Loading…
Reference in New Issue
Block a user