From 2640d6880af87ecf8922e3c566aa1bbf80c4e07d Mon Sep 17 00:00:00 2001 From: M4RC0Sx Date: Mon, 2 Oct 2023 18:42:31 +0200 Subject: [PATCH] ci: give content write permissions to workflow --- .github/workflows/semantic-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 386fe06..905153b 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -8,6 +8,7 @@ jobs: name: Release permissions: id-token: write # to enable NPM provenance + contents: write runs-on: ubuntu-latest steps: - name: Checkout