From e7a00d7d1816fecbebe5d76944cd601cc1b3e641 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Sat, 24 May 2025 21:51:53 +0200 Subject: [PATCH] megalinter apparently can't push commit fixing workflows without a sep. PAT See https://github.com/orgs/community/discussions/26711 --- .github/workflows/mega-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index ba1b5a5..aeff9c0 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -49,6 +49,7 @@ jobs: issues: write pull-requests: write security-events: write # needed for SARIF upload + actions: write # needed to commit fixes for workflows? steps: # Git Checkout