Skip to content

Commit

Permalink
fix(FEC-13041): add upgrade Kaltura-dependency script (#73)
Browse files Browse the repository at this point in the history
* FEC-13041: add GH action for dependency updates

* FEC-13041: trigger action manually

* use manifest from common repo
  • Loading branch information
semarche-kaltura committed Jul 10, 2023
1 parent fd4b682 commit f5d1b49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run_upd_dependency.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Upgrade Kaltura Dependencies

on:
workflow_dispatch:

jobs:
update_dependencies:
uses: kaltura/playkit-js-common/.github/workflows/run_upd_dependency.yaml@master
secrets: inherit

0 comments on commit f5d1b49

Please sign in to comment.