diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 231ee11..8f6730a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,5 +31,6 @@ jobs: run: npm audit signatures - name: Release env: + GH_TOKEN: ${{ secrets.PAT }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release \ No newline at end of file