From: Simon Cozens Date: Tue, 4 Mar 2025 17:52:47 +0000 (+0000) Subject: Allow CI to write to PRs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9145%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git Allow CI to write to PRs --- diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5a91bfc00..2843ccbfa 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }}