diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d43fa92..d76ba0a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,6 @@ jobs: - name: Build env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ GH_TOKEN }} run: npm run dist - shell: bash \ No newline at end of file + shell: bash