From ac867ddff7d50f20cd52c8e39954de928edb05d5 Mon Sep 17 00:00:00 2001 From: WahPlus Date: Thu, 30 Apr 2026 15:32:36 +0300 Subject: [PATCH] I forgot you have to give it write permissions --- .github/workflows/minify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index 4287ea9..3730cf7 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -8,6 +8,8 @@ on: jobs: minify: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout main branch