Skip to content

[DOCS] Running & Securing Flow #45

[DOCS] Running & Securing Flow

[DOCS] Running & Securing Flow #45

name: Adds all issues to the DevEx project board.
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.1
with:
project-url: https://github.com/orgs/onflow/projects/13
github-token: ${{ secrets.GH_ACTION_FOR_PROJECTS }}