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: