Skip to content

Commit ba305b6

Browse files
authored
Merge pull request #207 from Resgrid/develop
RU-T47 build fixes
2 parents ac99d68 + ea43c72 commit ba305b6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/react-native-cicd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
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": {

0 commit comments

Comments
 (0)