Fix trigger fdroid workflow #3

This commit is contained in:
MM20 2023-05-19 21:29:36 +02:00
parent d78098354c
commit 24697c1048
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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"}'
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"}'