Skip to content

Commit

Permalink
♻️ Add github token env
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuGowda committed Nov 1, 2023
1 parent a6f9dbe commit bef3d11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
uses: samuelmeuli/action-electron-builder@v1
with:
build_script_name: pack:win
env:
github_token: ${{ secrets.github_token }}

- name: Build and pack mac app
if: startsWith(matrix.os, 'macos')
Expand All @@ -75,3 +77,4 @@ jobs:
# windows cert credentials
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}
github_token: ${{ secrets.github_token }}

0 comments on commit bef3d11

Please sign in to comment.