Skip to content

Commit 710b3ca

Browse files
committed
chore: update references to nilvm
1 parent 8a230bb commit 710b3ca

File tree

7 files changed

+4
-31
lines changed

7 files changed

+4
-31
lines changed

.github/workflows/cd.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,8 @@ jobs:
2020
- package-name: "client-vms"
2121
- package-name: "client-react-hooks"
2222
steps:
23-
- name: Generate nillion repo app token
24-
id: generate-token
25-
uses: actions/create-github-app-token@v1
26-
with:
27-
app-id: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_ID }}
28-
owner: NillionNetwork
29-
private-key: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_PRIVATE_KEY }}
30-
repositories: nillion
3123
- uses: actions/checkout@v4
3224
with:
33-
token: ${{ steps.generate-token.outputs.token }}
3425
submodules: 'recursive'
3526

3627
- name: Install uv

.github/workflows/ci.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,8 @@ jobs:
2121
needs: check
2222
runs-on: ubuntu-latest
2323
steps:
24-
- name: Generate nillion repo app token
25-
id: generate-token
26-
uses: actions/create-github-app-token@v1
27-
with:
28-
app-id: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_ID }}
29-
owner: NillionNetwork
30-
private-key: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_PRIVATE_KEY }}
31-
repositories: nillion
3224
- uses: actions/checkout@v4
3325
with:
34-
token: ${{ steps.generate-token.outputs.token }}
3526
submodules: 'recursive'
3627
- name: Install rustup
3728
uses: dtolnay/rust-toolchain@master
@@ -51,17 +42,8 @@ jobs:
5142
needs: check
5243
runs-on: ubuntu-latest
5344
steps:
54-
- name: Generate nillion repo app token
55-
id: generate-token
56-
uses: actions/create-github-app-token@v1
57-
with:
58-
app-id: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_ID }}
59-
owner: NillionNetwork
60-
private-key: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_PRIVATE_KEY }}
61-
repositories: nillion
6245
- uses: actions/checkout@v4
6346
with:
64-
token: ${{ steps.generate-token.outputs.token }}
6547
submodules: 'recursive'
6648
- uses: actions/setup-node@v4
6749
with:

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"files": {
99
"ignoreUnknown": false,
1010
"include": ["**/*.ts", "**/*.mjs", "**/*.json", "**/*.tsx"],
11-
"ignore": ["client-vms/src/gen-proto", "client-wasm/dist", "nillion"]
11+
"ignore": ["client-vms/src/gen-proto", "client-wasm/dist", "nilvm"]
1212
},
1313
"formatter": {
1414
"enabled": true,

buf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: v2
22
modules:
3-
- path: nillion/libs/node-api/proto
3+
- path: nilvm/libs/node-api/proto
44
lint:
55
use:
66
- STANDARD

client-wasm/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ getrandom = { version = "0.2", features = ["js"] }
1111
wasm-bindgen = "0.2.92"
1212
js-sys = "0.3"
1313

14-
nillion-client-core = { path = "../nillion/libs/client-core" }
14+
nillion-client-core = { path = "../nilvm/libs/client-core" }
1515

1616
[dev-dependencies]
1717
wasm-bindgen-test = "0.3"

client-wasm/dist/index_bg.wasm

672 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)