Skip to content

Commit

Permalink
feat: add gh token to mac deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Markkop committed Aug 5, 2023
1 parent f57314f commit ac4db16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
env:
ELECTRON_CACHE: ~/.cache/electron
ELECTRON_BUILDER_CACHE: ~/.cache/electron-builder
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- os: ubuntu-latest
node-version: '16'
cache-path: node_modules
Expand Down

0 comments on commit ac4db16

Please sign in to comment.