Skip to content

Add Blink SWEP

Add Blink SWEP #629

Workflow file for this run

name: Add items to roadmap project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/civilnetworks-projects/projects/3
github-token: ${{ secrets.PROJECT_TOKEN }}