Skip to content

Add IPFS remote startup handling in initializeDb function #9809

Add IPFS remote startup handling in initializeDb function

Add IPFS remote startup handling in initializeDb function #9809

Workflow file for this run

name: Build test
on:
pull_request:
jobs:
build:
if: github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Print Actor
run: echo "The actor is ${{ github.actor }}"
- name: Build
run: npx @dappnode/dappnodesdk github-action build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PINATA_API_KEY: ${{ secrets.PINATA_API_KEY }}
PINATA_SECRET_API_KEY: ${{ secrets.PINATA_SECRET_API_KEY }}