From 7a7f8a0475883d01f0b74063dbcd1276240cc00a Mon Sep 17 00:00:00 2001 From: Narr the Reg <5944268+german77@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:55:46 -0600 Subject: [PATCH] ci: Add write permissions to release --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1fc2b8..72d0cba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,9 @@ on: - 'v*.*.*' workflow_dispatch: +permissions: + contents: write + env: binary_name: the_dude_to_human binary_version: false