From ce39e3c7da5699b69d73f7161923ab796b3f20eb Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Tue, 10 Dec 2024 21:33:13 +0100 Subject: [PATCH] Add write permission to CD workflow --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 79cdccf..1e2c8e1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -5,6 +5,8 @@ on: tags: - '**' +permissions: write + jobs: check-tag-version-job: