Skip to content

Commit

Permalink
chore: token env added to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaluh committed Apr 6, 2024
1 parent 4649355 commit ec9f6f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,11 @@ jobs:

#- name: 📦 Electron Package
# run: npx electron-packager . LinguifAI --platform=win32 --arch=x64 --out=dist

- name: Set GitHub Token
run: echo "GH_TOKEN=${{ secrets.GH_TOKEN }}" >> $GITHUB_ENV

- name: 📦 Electron Builder
run: npm run electron:package:win
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get latest release number
id: get_latest_release
Expand Down

0 comments on commit ec9f6f3

Please sign in to comment.