From 563448f8a3c1569cb8b387f59443dc362c65140b Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Tue, 28 May 2024 18:28:39 +0200 Subject: [PATCH] Add pull-requests write permission --- .github/workflows/update-repos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-repos.yml b/.github/workflows/update-repos.yml index 022254d3..a2439156 100644 --- a/.github/workflows/update-repos.yml +++ b/.github/workflows/update-repos.yml @@ -12,7 +12,8 @@ jobs: # Single deploy job since we're just deploying update-repos: permissions: - contents: write + contents: write + pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/setup-python@v5