From: AsamK Date: Mon, 11 Dec 2023 18:11:26 +0000 (+0100) Subject: Fix release pipeline X-Git-Tag: v0.12.7~2 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/22103736a7b03e52a41a2a673cd3673ff2ed1142 Fix release pipeline --- 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