From 24697c1048c5a765a2c0708863d6b0b41006e861 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Fri, 19 May 2023 21:29:36 +0200 Subject: [PATCH] Fix trigger fdroid workflow #3 --- .github/workflows/trigger-fdroid-repo-rebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-fdroid-repo-rebuild.yml b/.github/workflows/trigger-fdroid-repo-rebuild.yml index bc6b2316..d4de7544 100644 --- a/.github/workflows/trigger-fdroid-repo-rebuild.yml +++ b/.github/workflows/trigger-fdroid-repo-rebuild.yml @@ -21,4 +21,4 @@ jobs: steps: - name: Trigger F-Droid repository rebuild run: | - curl -X POST -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/MM2-0/fdroid2/dispatches --data '{"event_type": "rebuild-repository"}' \ No newline at end of file + curl -X POST -H "Authorization: Bearer ${{ secrets.FDROID_REPO_GH_PAT }}" https://api.github.com/repos/MM2-0/fdroid2/dispatches --data '{"event_type": "rebuild-repository"}' \ No newline at end of file