mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: add project workflow (#720)
* ci: add project workflow * ci: rename secret
This commit is contained in:
19
.github/workflows/project.yml
vendored
Normal file
19
.github/workflows/project.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user