From 22103736a7b03e52a41a2a673cd3673ff2ed1142 Mon Sep 17 00:00:00 2001 From: AsamK Date: Mon, 11 Dec 2023 19:11:26 +0100 Subject: [PATCH] Fix release pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6af6daab..335f1eec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - v* permissions: - contents: read # to fetch code (actions/checkout) + contents: write # to fetch code (actions/checkout) and create release env: IMAGE_NAME: signal-cli -- 2.50.1