From c43ef0cc8bf43881e4fa1020bb4a54381d576a1a Mon Sep 17 00:00:00 2001 From: Mqx <62719703+Mqxx@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:17:07 +0100 Subject: [PATCH] Update build_binary.yml --- .github/workflows/build_binary.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_binary.yml b/.github/workflows/build_binary.yml index 80e5465..5ba5930 100644 --- a/.github/workflows/build_binary.yml +++ b/.github/workflows/build_binary.yml @@ -15,6 +15,9 @@ jobs: build-binary: name: 'Build binary' runs-on: ubuntu-latest + permissions: + contents: write + steps: - name: 'Checkout repository' uses: actions/checkout@v4