diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1740a1f..edb5ce2 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - master permissions: contents: read @@ -33,6 +34,7 @@ jobs: run: npm audit signatures - name: Release env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npm run semantic-release