Fix trigger fdroid workflow #3
This commit is contained in:
parent
d78098354c
commit
24697c1048
@ -21,4 +21,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Trigger F-Droid repository rebuild
|
- name: Trigger F-Droid repository rebuild
|
||||||
run: |
|
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"}'
|
||||||
Loading…
x
Reference in New Issue
Block a user