From 40187115fccb7f67dd6dc25c9172e31ca6ec7471 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Wed, 30 Oct 2024 17:40:15 +0100 Subject: [PATCH] permissions write gh action --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f5203f1..d3784086 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,9 @@ on: name: Create Release +permissions: + contents: write + jobs: build: name: Build sqlpage binaries