ci: add project workflow (#720)

* ci: add project workflow

* ci: rename secret
This commit is contained in:
Bjerg
2023-01-04 22:22:17 +01:00
committed by GitHub
parent 759ba39311
commit 5c88f25ef3

19
.github/workflows/project.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add:
name: add issue/pr
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/paradigmxyz/projects/1
github-token: ${{ secrets.GH_PROJECT_TOKEN }}