Skip to content

Commit 23d75fd

Browse files
committed
Allow CI to write to PRs
1 parent 45d35ac commit 23d75fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
name: Diffenate fonts
7373
runs-on: ubuntu-22.04
7474
continue-on-error: true
75+
permissions:
76+
pull-requests: write
7577

7678
outputs:
7779
finished: ${{ steps.check_files.outputs.files_exists }}

0 commit comments

Comments
 (0)