From 9c8ed88461c528add29a8bf9b68dcd171930289b Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 7 Jul 2023 20:55:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=F0=9F=94=A7=F0=9F=91=B7=20Explain?= =?UTF-8?q?=20`contents`=20privilege=20in=20CI/CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed for the GitHub Release creation to work. --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ade3c13..e2b68b1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -102,7 +102,7 @@ jobs: if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') permissions: - contents: write + contents: write # IMPORTANT: mandatory for making GitHub Releases id-token: write # IMPORTANT: mandatory for trusted publishing & sigstore environment: