File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Add issues to Development Project Board
2+
3+ on :
4+ issues :
5+ types :
6+ - opened
7+
8+ jobs :
9+ add-to-project :
10+ name : Add issue to project
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : GitHub App token
14+ id : generate_token
15+ 16+ with :
17+ app_id : ${{ secrets.APP_ID }}
18+ private_key : ${{ secrets.APP_PEM }}
19+
20+ - name : Add to Developer Board
21+ env :
22+ TOKEN : ${{ steps.generate_token.outputs.token }}
23+ 24+ with :
25+ project-url : https://github.com/orgs/NeurodataWithoutBorders/projects/7
26+ github-token : ${{ env.TOKEN }}
27+
28+ - name : Add to Community Board
29+ env :
30+ TOKEN : ${{ steps.generate_token.outputs.token }}
31+ 32+ with :
33+ project-url : https://github.com/orgs/NeurodataWithoutBorders/projects/8
34+ github-token : ${{ env.TOKEN }}
You can’t perform that action at this time.
0 commit comments