removed test.yml

This commit is contained in:
Balackburn
2023-07-08 12:10:56 +02:00
parent e35640092a
commit b5955efa8b
2 changed files with 1 additions and 19 deletions

View File

@@ -166,7 +166,7 @@ jobs:
- name: Update Altstore Source with latest release - name: Update Altstore Source with latest release
run: | run: |
curl --location --request POST 'https://api.github.com/repos/Balackburn/YTLitePlusAltstore/dispatches' \ curl --location --request POST 'https://api.github.com/repos/Balackburn/YTLitePlusAltstore/dispatches' \
--header 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \ --header 'Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}' \
--header 'Content-Type: application/json' \ --header 'Content-Type: application/json' \
--data-raw '{ --data-raw '{
"event_type": "update-altstore-source-trigger" "event_type": "update-altstore-source-trigger"

View File

@@ -1,18 +0,0 @@
name: test
on:
workflow_dispatch:
jobs:
update_altstore_source:
runs-on: ubuntu-latest
steps:
- name: Update Altstore Source with latest release
run: |
curl --location --request POST 'https://api.github.com/repos/Balackburn/YTLitePlusAltstore/dispatches' \
--header 'Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_type": "update-altstore-source-trigger"
}'