From 132380eeaf3dafdb2576d5b0d6ef82ce08c0e15e Mon Sep 17 00:00:00 2001 From: fab Date: Mon, 3 Feb 2025 02:04:42 +0100 Subject: [PATCH] Update update_patterns.yml --- .github/workflows/update_patterns.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_patterns.yml b/.github/workflows/update_patterns.yml index 8ac1725..d4335cd 100644 --- a/.github/workflows/update_patterns.yml +++ b/.github/workflows/update_patterns.yml @@ -1,8 +1,8 @@ name: Update patterns permissions: - contents: read - pull-requests: write + contents: write # Needed for committing changes and pushing updates + statuses: write # Required for updating commit statuses (e.g., CI/CD status) on: schedule: