Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Repository files navigation

dnp-build-action

Builds and uploads a release to IPFS and comments its hash in the PR

Sample usage

.github/workflows/build-on-pr.yml

name: Build on PR

on:
  pull_request:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: dappnode/dnp-build-action@v1
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          PINATA_API_KEY: ${{ secrets.PINATA_API_KEY }}
          PINATA_SECRET_API_KEY: ${{ secrets.PINATA_SECRET_API_KEY }}

About

Builds and uploads a release to IPFS and comments its hash in the PR

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages