From 4b8648ad2a41ad013fe64d696c3a6b9993916427 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Mon, 12 Jan 2026 08:24:09 -0500 Subject: [PATCH] permissions for autoupdate --- .github/workflows/autoupdate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 49f731598..423686f66 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -5,6 +5,10 @@ on: branches: - main +permissions: + pull-requests: write + contents: write + jobs: autoupdate: name: autoupdate