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