File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -537,6 +537,7 @@ jobs:
537537 yarn electron:build:win
538538 env:
539539 NODE_ENV: production
540+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
540541
541542 - name: 🖥️ Build Electron (macOS)
542543 if: matrix.os == 'macos-15'
@@ -545,6 +546,7 @@ jobs:
545546 yarn electron:build:mac
546547 env:
547548 NODE_ENV: production
549+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
548550
549551 - name: 🖥️ Build Electron (Linux)
550552 if: matrix.os == 'ubuntu-latest'
@@ -553,6 +555,7 @@ jobs:
553555 yarn electron:build:linux
554556 env:
555557 NODE_ENV: production
558+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
556559
557560 - name: 📦 Upload Electron artifacts (Windows)
558561 if: matrix.os == 'windows-latest'
Original file line number Diff line number Diff line change 229229 },
230230 "repository": {
231231 "type": "git",
232- "url": "git+https://github.com/user/repo-name .git"
232+ "url": "git+https://github.com/Resgrid/Unit .git"
233233 },
234234 "packageManager": "yarn@1.22.22",
235235 "expo": {
You can’t perform that action at this time.
0 commit comments