Skip to content

Doc: correct typo and assert check #39

Doc: correct typo and assert check

Doc: correct typo and assert check #39

name: Add to GitHub Project
on:
issues:
types: [opened]
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue to project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/zkmopro/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}