Update flatpak.yml

This commit is contained in:
Preston 2020-12-18 11:26:08 -05:00 committed by GitHub
parent 1a88742d3f
commit cc06999433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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