diff --git a/.github/workflows/react-native-cicd.yml b/.github/workflows/react-native-cicd.yml index 3ac6b6e6..34aefc29 100644 --- a/.github/workflows/react-native-cicd.yml +++ b/.github/workflows/react-native-cicd.yml @@ -537,6 +537,7 @@ jobs: yarn electron:build:win env: NODE_ENV: production + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 🖥️ Build Electron (macOS) if: matrix.os == 'macos-15' @@ -545,6 +546,7 @@ jobs: yarn electron:build:mac env: NODE_ENV: production + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 🖥️ Build Electron (Linux) if: matrix.os == 'ubuntu-latest' @@ -553,6 +555,7 @@ jobs: yarn electron:build:linux env: NODE_ENV: production + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 📦 Upload Electron artifacts (Windows) if: matrix.os == 'windows-latest' diff --git a/package.json b/package.json index 149d7eb4..4912cc21 100644 --- a/package.json +++ b/package.json @@ -229,7 +229,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/user/repo-name.git" + "url": "git+https://github.com/Resgrid/Unit.git" }, "packageManager": "yarn@1.22.22", "expo": {