From 76674323e76731ba10dd802896b860ad0b5bd301 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Sat, 20 Jan 2024 18:47:30 -0500 Subject: [PATCH] ci: dispatch update for fdroid repo --- .github/workflows/android.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0fe98d9..3808ed4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -63,6 +63,12 @@ jobs: uses: actions/download-artifact@v4 with: name: wgtunnel + - name: Repository Dispatch for my F-Droid repo + uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.PAT }} + repository: zaneschepke/fdroid + event-type: fdroid-update - name: Create Release with Fastlane changelog notes id: create_release uses: softprops/action-gh-release@v1