From 7141d16a3331b825b4be3639a66360cb543aab70 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Fri, 2 Jan 2026 02:59:20 +0100 Subject: [PATCH] add more permissions --- .github/workflows/auto-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 0a154cc7..c88a5d69 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -12,12 +12,15 @@ on: branches: [ master, 1.23.X ] paths-ignore: - '*.md' +permissions: {} jobs: auto-test: needs: [ e2e-test ] runs-on: ${{ matrix.os }} timeout-minutes: 15 + permissions: + contents: read strategy: matrix: @@ -57,6 +60,8 @@ jobs: needs: [ e2e-test ] runs-on: ${{ matrix.os }} timeout-minutes: 15 + permissions: + contents: read if: ${{ github.repository == 'louislam/uptime-kuma' }} strategy: matrix: