From 0aaa2367d1fee4b7bf9fd0757ee3807c7d6c1765 Mon Sep 17 00:00:00 2001 From: desiena Date: Thu, 19 Dec 2024 08:37:58 +0100 Subject: [PATCH] Permissions --- .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 6311414..d0ff614 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -7,6 +7,8 @@ on: - main tags: - 'v*.*.*' # Example: v1.2.3 +permissions: + contents: write env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} PRE_RELEASE_VERSION: true