From 9f56199baab6f9e5b10d70c47500319f31106dec Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Tue, 21 Oct 2025 08:59:55 +0200 Subject: [PATCH] fix(ci): add permissions to workflow Signed-off-by: Goetz Goerisch --- .github/workflows/git-mirror.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/git-mirror.yml b/.github/workflows/git-mirror.yml index d9526e8..3cae71d 100644 --- a/.github/workflows/git-mirror.yml +++ b/.github/workflows/git-mirror.yml @@ -12,6 +12,8 @@ on: jobs: mirror: runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout repository uses: actions/checkout@v5