mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04:00
testing auto altstore update
This commit is contained in:
11
.github/workflows/buildapp.yml
vendored
11
.github/workflows/buildapp.yml
vendored
@@ -163,6 +163,11 @@ jobs:
|
||||
draft: ${{ env.DRAFT }}
|
||||
body_path: ${{ github.workspace }}/release_notes.md
|
||||
|
||||
|
||||
|
||||
|
||||
- name: Update Altstore Source with latest release
|
||||
run: |
|
||||
curl --location --request POST 'https://api.github.com/repos/Balackburn/YTLitePlusAltstore/dispatches' \
|
||||
--header 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
|
||||
--header 'Content-Type: application/json' \
|
||||
--data-raw '{
|
||||
"event_type": "update-altstore-source-trigger"
|
||||
}'
|
Reference in New Issue
Block a user