Skip to content

Commit

Permalink
Set GH_TOKEN for electron-builder in auto-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaeon committed Dec 6, 2024
1 parent a807fcc commit 3a9958e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a9958e

Please sign in to comment.