diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70674c93..6d0b97f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,5 +71,5 @@ jobs: - run: npm ci - run: npm run semantic-release env: - GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file