testing auto altstore update

This commit is contained in:
Balackburn
2023-07-08 11:41:31 +02:00
parent b9c7d0d6bc
commit e35640092a
2 changed files with 17 additions and 46 deletions

View File

@@ -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"
}'