Skip to content

Commit 47fc56b

Browse files
committed
fix(ci): use modern Provide config for kubo 0.39
only provide roots, making it easier for ipfs-cluster to pick them up
1 parent 48491d0 commit 47fc56b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup-ipfs/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ runs:
1717
sudo sed -i -e 's/nameserver 127.0.0.*/nameserver 1.1.1.1/g' /etc/resolv.conf
1818
ipfs init --profile server,randomports
1919
ipfs config Routing.Type autoclient
20-
ipfs config Reprovider.Interval 0
20+
# only provide roots, making it easier for ipfs-cluster to pick them up
21+
ipfs config Provide.Strategy roots
2122
shell: bash
2223
- uses: ipfs/start-ipfs-daemon-action@v1
2324
with:

0 commit comments

Comments
 (0)