Skip to content

Commit

Permalink
Set GRIDCAST_TOKEN for Electron Builder in macOS build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger committed Feb 1, 2025
1 parent bef7a38 commit d01ecbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Set GRIDCAST_TOKEN for Electron Builder
run: echo "GH_TOKEN=${{ secrets.GRIDCAST_TOKEN }}" >> $GITHUB_ENV

- name: Build DMG for macOS (Both x64 and arm64)
run: npm run build:macos

Expand Down

0 comments on commit d01ecbc

Please sign in to comment.