Update trigger-fdroid-repo-rebuild.yml

This commit is contained in:
MM2-0 2024-01-21 10:32:21 +01:00 committed by GitHub
parent 6a201f824d
commit d7340c485b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,4 +21,4 @@ jobs:
steps:
- name: Trigger F-Droid repository rebuild
run: |
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"}'
curl -X POST -H "Authorization: Bearer ${{ secrets.FDROID_REPO_GH_PAT }}" https://api.github.com/repos/MM2-0/fdroid/dispatches --data '{"event_type": "rebuild-repository"}'