From 337fcb9d4ccd06eb2acc3af6d0bf955e3988aeec Mon Sep 17 00:00:00 2001 From: Frank Nedenskov Date: Wed, 17 Apr 2024 15:09:23 +0300 Subject: [PATCH] fix: explicitly set github token as well --- .github/workflows/pushes.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pushes.yaml b/.github/workflows/pushes.yaml index 9aaf2f6..011ebe8 100644 --- a/.github/workflows/pushes.yaml +++ b/.github/workflows/pushes.yaml @@ -11,6 +11,7 @@ name: build-and-release permissions: contents: write + issues: write packages: write pull-requests: write @@ -49,4 +50,5 @@ jobs: run: npx semantic-release shell: bash env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file