From bb3a99861fe96a7ecf4a31758f87c3b8057c6e29 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 23 Jan 2025 21:54:50 +0100 Subject: [PATCH] ci: fix permission --- .github/workflows/pretty-fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pretty-fix.yml b/.github/workflows/pretty-fix.yml index ae7a24605a23..97c349041b1a 100644 --- a/.github/workflows/pretty-fix.yml +++ b/.github/workflows/pretty-fix.yml @@ -5,7 +5,7 @@ env: NODE_VERSION: "20.16.0" permissions: - contents: read + contents: write pull-requests: write on: