Skip to content

Commit 76355c3

Browse files
authored
chore: update ci (#419)
This commit failed to push to #86
1 parent 1cb250e commit 76355c3

File tree

2 files changed

+4
-0
lines changed
  • .github/workflows
  • examples/helia-remote-pinning/publisher

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- helia-nestjs
3131
- helia-nextjs
3232
- helia-parcel
33+
- helia-remote-pinning
3334
- helia-script-tag
3435
- helia-ts-node
3536
- helia-typescript
@@ -94,6 +95,7 @@ jobs:
9495
- helia-jest-typescript
9596
- helia-nestjs
9697
- helia-parcel
98+
- helia-remote-pinning
9799
- helia-nextjs
98100
- helia-script-tag
99101
- helia-ts-node

examples/helia-remote-pinning/publisher/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ libp2p.connectionGater = {
3636
const helia = heliaWithRemotePins(await createHelia({
3737
libp2p
3838
}), {
39+
// this is the local pinning service API, for production use, specify the
40+
// self-hosted or third party service/token here
3941
endpointUrl: 'http://127.0.0.1:64486',
4042
accessToken: 'SHHH-VERY-SECRET'
4143
})

0 commit comments

Comments
 (0)