Skip to content

Commit

Permalink
add github token for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jan 10, 2025
1 parent edf7686 commit ace8a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: build-linux
if: matrix.os == 'ubuntu-latest'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run build:linux

- name: build-mac
Expand Down

0 comments on commit ace8a25

Please sign in to comment.