From b48505950e73056e6aae884b481d4e914a86bb09 Mon Sep 17 00:00:00 2001 From: zig-for Date: Mon, 2 Mar 2026 17:45:07 -0800 Subject: [PATCH] Add permissions for contents in CMake workflow --- .github/workflows/cmake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 31d3e41..73dfb37 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -9,6 +9,7 @@ on: types: [ published ] permissions: packages: write + contents: write env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) USERNAME: ${{ github.repository_owner }}