Skip to content

Commit

Permalink
chore: add github token to build
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Nov 13, 2023
1 parent 771aef7 commit 34b5afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
# CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
- name: build
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
CI: false
run: npm run make
working-directory: electron-app

0 comments on commit 34b5afb

Please sign in to comment.