diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d76ba0a3..e77973ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,6 @@ jobs: - name: Build env: - GH_TOKEN: ${{ GH_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} run: npm run dist shell: bash