From e2232ff02e7d30dd86a7635821ae35b65e69ea1f Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 14 Dec 2023 01:20:21 +0100 Subject: [PATCH] ci: Add missing workflow permission --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 453e1e93a..736ce2916 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,4 +43,6 @@ jobs: run: npm install - name: Release + env: + GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }} run: npm exec semantic-release