Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasLukasczyk committed Sep 19, 2023
1 parent 23d595a commit cbf9a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: 'npm install'

- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: 'npm run compile'
with:
github_token: ${{ secrets.github_token }}

# - name: Build/release Electron app
# uses: samuelmeuli/action-electron-builder@v1
Expand Down

0 comments on commit cbf9a3a

Please sign in to comment.