From ee73195915a0572ea635aa7a8048c7a3dfb00259 Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 23 Jan 2025 21:50:27 +0100 Subject: [PATCH] add github actions permissions --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eed5964..e267714d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ name: ci +permissions: + contents: read on: push: @@ -162,6 +164,8 @@ jobs: runs-on: ubuntu-latest needs: - build + permissions: + contents: write if: github.ref_type == 'tag' steps: