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