Skip to content

Commit

Permalink
Update flatpak-external-data-checker.yml to allow making pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlynch94 authored Dec 11, 2023
1 parent 2482230 commit 6f1c7c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flatpak-external-data-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
- cron: "0 * * * *" # run every hour
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab

permissions:
contents: write
pull-requests: write

jobs:
flatpak-external-data-checker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f1c7c2

Please sign in to comment.