Skip to content

feat(iroh-relay): Make the client side of iroh-relay compile & run in browsers #23

feat(iroh-relay): Make the client side of iroh-relay compile & run in browsers

feat(iroh-relay): Make the client side of iroh-relay compile & run in browsers #23

Workflow file for this run

name: Add PRs and Issues to Project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/n0-computer/projects/1
github-token: ${{ secrets.PROJECT_PAT }}