From c36a86b1ddf963441a69d4a40f274bc884e3502f Mon Sep 17 00:00:00 2001 From: Nate Bross Date: Wed, 24 Sep 2025 19:35:57 -0500 Subject: [PATCH] chore: fix actions permission Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/release-artifacts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 581de46..2a5ef16 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -7,6 +7,9 @@ on: jobs: release: name: Release + permissions: + contents: read + releases: write strategy: matrix: kind: ['linux', 'windows', 'macOS']