From 21f61c98fc15a66454efbcbdc9913ab791fe5726 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:36:13 +0100 Subject: [PATCH] Update create-tag-now.yml --- .github/workflows/create-tag-now.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-tag-now.yml b/.github/workflows/create-tag-now.yml index f19cc1fe..16e31ac9 100644 --- a/.github/workflows/create-tag-now.yml +++ b/.github/workflows/create-tag-now.yml @@ -11,8 +11,8 @@ jobs: name: "Tag creation" runs-on: ubuntu-latest permissions: - contents: write - actions: read + contents: write # Needed to create a tag + actions: read # Needed to trigger a workflow steps: - name: "Checkout sources"