From 55ac9a45969e04f00aa2f96bc2359b833bf42700 Mon Sep 17 00:00:00 2001 From: izzy Date: Wed, 8 Oct 2025 17:39:00 +0100 Subject: [PATCH] ci: ensure token can write (publish) to repo --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a8e271..b728f15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,10 @@ jobs: build-and-release: name: Build App runs-on: ${{ matrix.os }} + + permissions: + contents: write + strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]