From a56f6be9415581cac47311d3de95db87f6a28216 Mon Sep 17 00:00:00 2001 From: dacrab Date: Tue, 10 Feb 2026 17:59:24 +0200 Subject: [PATCH] fix: add pages permissions to ci job --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ef9c8c..3d9918a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,10 @@ jobs: name: Check & Build runs-on: ubuntu-latest timeout-minutes: 10 + permissions: + contents: read + pages: write + id-token: write steps: - uses: actions/checkout@v6