From b5955efa8bfdd063f9c5f1be0f65674ca6eedba4 Mon Sep 17 00:00:00 2001 From: Balackburn <93828569+Balackburn@users.noreply.github.com> Date: Sat, 8 Jul 2023 12:10:56 +0200 Subject: [PATCH] removed test.yml --- .github/workflows/buildapp.yml | 2 +- .github/workflows/update_source.yml | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .github/workflows/update_source.yml diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index e29e076..9da612b 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -166,7 +166,7 @@ jobs: - 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 'Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}' \ --header 'Content-Type: application/json' \ --data-raw '{ "event_type": "update-altstore-source-trigger" diff --git a/.github/workflows/update_source.yml b/.github/workflows/update_source.yml deleted file mode 100644 index 759a9b7..0000000 --- a/.github/workflows/update_source.yml +++ /dev/null @@ -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" - }' \ No newline at end of file