We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48491d0 commit 47fc56bCopy full SHA for 47fc56b
.github/actions/setup-ipfs/action.yml
@@ -17,7 +17,8 @@ runs:
17
sudo sed -i -e 's/nameserver 127.0.0.*/nameserver 1.1.1.1/g' /etc/resolv.conf
18
ipfs init --profile server,randomports
19
ipfs config Routing.Type autoclient
20
- ipfs config Reprovider.Interval 0
+ # only provide roots, making it easier for ipfs-cluster to pick them up
21
+ ipfs config Provide.Strategy roots
22
shell: bash
23
- uses: ipfs/start-ipfs-daemon-action@v1
24
with:
0 commit comments