Update flatpak.yml
This commit is contained in:
parent
1a88742d3f
commit
cc06999433
|
@ -5,6 +5,7 @@ name: Create Flatpak PR
|
||||||
# Controls when the action will run. Workflow runs when manually triggered using the UI
|
# Controls when the action will run. Workflow runs when manually triggered using the UI
|
||||||
# or API.
|
# or API.
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
@ -26,7 +27,7 @@ jobs:
|
||||||
command: repos.getRelease
|
command: repos.getRelease
|
||||||
payload: >
|
payload: >
|
||||||
{
|
{
|
||||||
"owner": "PrestonN",
|
"owner": "FreeTubeApp",
|
||||||
"repo": "FreeTube",
|
"repo": "FreeTube",
|
||||||
"release_id": ${{ secrets.UPLOAD_ID }}
|
"release_id": ${{ secrets.UPLOAD_ID }}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue