diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3d159c..c5c333b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,4 +46,5 @@ jobs: # "HUSKY=0" disables pre-commit-msg check (Needed in order to allow semantic-release perform the release commit) run: HUSKY=0 npx semantic-release env: + GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}