From 623a6fd61dc34630eb854cb685a0973c778998e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Tue, 19 Aug 2025 10:57:05 +0200 Subject: [PATCH] fix(ci): fix Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe4bb43c13..756f6fc205 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ # in `goreleaser` to indicate this is being used in a non-interactive mode. # name: release +permissions: + contents: write on: push: tags: