From 53b1d03ca8594a3c89a5508919ca47aea0f2e894 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Fri, 16 May 2025 05:28:39 -0400 Subject: [PATCH] ci: permission fix --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9ba6afed..c38e918b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -178,7 +178,7 @@ jobs: - name: Dispatch update for fdroid repo uses: peter-evans/repository-dispatch@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PAT }} repository: wgtunnel/fdroid event-type: fdroid-update