From 24b1998bfc7e423f129c7c83ede0ebfa210089a6 Mon Sep 17 00:00:00 2001 From: VBproDev Date: Tue, 3 Dec 2024 12:40:10 +0530 Subject: [PATCH] Update min.yml --- .github/workflows/min.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/min.yml b/.github/workflows/min.yml index b32a999..be712a3 100644 --- a/.github/workflows/min.yml +++ b/.github/workflows/min.yml @@ -9,7 +9,7 @@ jobs: minify-css: runs-on: ubuntu-latest permissions: - contents: write # This allows the bot to write to the repository + contents: write steps: - name: Checkout repository uses: actions/checkout@v3