From 06770facf16c72d0a3ed22b84ee8ffd766aa4348 Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Thu, 12 Dec 2024 19:35:49 +0000 Subject: [PATCH] chore: add more permissions required in private repositories --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38368fca7..f5e22cfc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,6 +99,9 @@ jobs: name: Run URL tests needs: - gsv + permissions: + contents: read + pull-requests: read runs-on: windows-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2