Skip to content

Commit 7b7c8f6

Browse files
committed
ci: fix fdroid dispatch
1 parent 7cbe331 commit 7b7c8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- name: Dispatch update for fdroid repo
196196
uses: peter-evans/repository-dispatch@v3
197197
with:
198-
token: ${{ secrets.ANDROID_PAT }}
198+
token: ${{ secrets.PAT }}
199199
repository: zaneschepke/fdroid
200200
event-type: fdroid-update
201201

0 commit comments

Comments
 (0)