From fca56ba60fa20507484ad12ca5713bdfdaf69f68 Mon Sep 17 00:00:00 2001 From: Abdurakhman Rakhmankulov <55831502+atlet99@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:00:36 +0500 Subject: [PATCH] [UPD] added permission for actions; (#16) --- .github/workflows/ci-release-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-release-version.yml b/.github/workflows/ci-release-version.yml index 39863d2..26c3c23 100644 --- a/.github/workflows/ci-release-version.yml +++ b/.github/workflows/ci-release-version.yml @@ -7,6 +7,7 @@ on: permissions: contents: write + actions: write jobs: update-release-version: