From d5d28ec0696f92adf5740811551c1e74c7d7ebc7 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 b667786..9bb7a04 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 0a43697..b5c8ad9 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: