From 0aaab36e5f6759c7a28ba4b2470efac4a8e6778d Mon Sep 17 00:00:00 2001 From: Gara Dorta <1507774+Gara-Dorta@users.noreply.github.com> Date: Fri, 15 May 2026 19:50:35 +0200 Subject: [PATCH] Enable read of repo --- .github/workflows/release-dev-version.yml | 4 ++-- .github/workflows/release-productive-version.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-dev-version.yml b/.github/workflows/release-dev-version.yml index a1bceac..8581b3d 100644 --- a/.github/workflows/release-dev-version.yml +++ b/.github/workflows/release-dev-version.yml @@ -7,8 +7,8 @@ on: description: 'Version' required: true -permissions: {} - +permissions: + contents: read jobs: check-docs: diff --git a/.github/workflows/release-productive-version.yml b/.github/workflows/release-productive-version.yml index a38e4a7..357818c 100644 --- a/.github/workflows/release-productive-version.yml +++ b/.github/workflows/release-productive-version.yml @@ -7,8 +7,8 @@ on: description: 'Version' required: true -permissions: {} - +permissions: + contents: read jobs: check-docs: