]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Allow CI to write to PRs 9145/head
authorSimon Cozens <simon@simon-cozens.org>
Tue, 4 Mar 2025 17:52:47 +0000 (17:52 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Tue, 4 Mar 2025 17:52:47 +0000 (17:52 +0000)
.github/workflows/test.yaml

index 5a91bfc000204b356457cb4811b948ec53544e45..2843ccbfac9bc8a07f38ad50d0ea5466df0e41d4 100644 (file)
@@ -72,6 +72,8 @@ jobs:
     name: Diffenate fonts
     runs-on: ubuntu-22.04
     continue-on-error: true
+    permissions:
+      pull-requests: write
 
     outputs:
       finished: ${{ steps.check_files.outputs.files_exists }}