diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 9927045..4c1290c 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -23,6 +23,8 @@ jobs: - name: Build Electron app run: npm run build + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create GitHub Release uses: softprops/action-gh-release@v1