Skip to content

Fix stream issue but removing multiple connections #116

Fix stream issue but removing multiple connections

Fix stream issue but removing multiple connections #116

name: Auto-add issues to org project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Auto-add issues to org project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/ethereum-push-notification-service/projects/10
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}