Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start IPFS Daemon Action

The action starts IPFS daemon and waits for it to become ready.

Inputs

Name Description Default
args Arguments that should be passed to the ipfs daemon command --init --init-profile server
wait-for-addrs Whether waits for addresses to be assigned to the daemon true

Example

- uses: ipfs/download-ipfs-distribution-action@v1
- uses: ipfs/start-ipfs-daemon-action@v1
- uses: actions/setup-go@v6
  with:
    go-version: 'stable'
- uses: actions/checkout@v6
  with:
    repository: ipfs/kubo
    path: kubo
- run: |
    make build
    make install
  working-directory: kubo
  shell: bash
- uses: ipfs/start-ipfs-daemon-action@v1

About

No description or website provided.

Topics

Resources

Security policy

Stars

2 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors