Skip to content

Commit e36c722

Browse files
committed
Test automated submission to Kodi repo
1 parent 08462fe commit e36c722

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,16 @@ jobs:
6262
asset_name: ${{ steps.get-matrix-filename.outputs.matrix-filename }}
6363
asset_path: ../${{ steps.get-matrix-filename.outputs.matrix-filename }}
6464
asset_content_type: application/zip
65+
- name: Generate distribution zip and submit to official kodi repository
66+
id: kodi-addon-submitter
67+
uses: xbmc/action-kodi-addon-submitter@v1.2
68+
with:
69+
kodi-repository: repo-scripts
70+
kodi-version: krypton
71+
addon-id: script.module.inputstreamhelper
72+
kodi-matrix: true
73+
env:
74+
GH_USERNAME: ${{ github.actor }}
75+
GH_TOKEN: ${{secrets.GH_TOKEN}}
76+
EMAIL: ${{secrets.EMAIL}}
77+

0 commit comments

Comments
 (0)