From 95e4827c14865f965ffb59d85409bfa6160b5c8a Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Wed, 5 Mar 2025 00:01:11 -0800 Subject: [PATCH] Give PR updater more permissions --- .github/workflows/auto-update.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index 3b7d625a9..afc508b56 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -5,6 +5,9 @@ on: jobs: update-pr-branches: + permissions: + contents: write + pull-requests: write name: Update pull request branches runs-on: ubuntu-22.04 steps: