File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ name: Add issue to project
22
33on :
44 workflow_call :
5+ secrets :
6+ BOT_APP_ID :
7+ description : ' The GitHub App ID for authenticating with the GitHub API'
8+ required : true
9+ BOT_PRIVATE_KEY :
10+ description : ' The GitHub App Private Key for authenticating with the GitHub API'
11+ required : true
512
613jobs :
714 issue :
Original file line number Diff line number Diff line change 88 default : " format"
99 required : false
1010 type : string
11+ secrets :
12+ BOT_APP_ID :
13+ description : ' The GitHub App ID for authenticating with the GitHub API'
14+ required : true
15+ BOT_PRIVATE_KEY :
16+ description : ' The GitHub App Private Key for authenticating with the GitHub API'
17+ required : true
1118
1219jobs :
1320 format :
Original file line number Diff line number Diff line change 1212 default : " ./examples/**"
1313 required : false
1414 type : string
15+ secrets :
16+ BOT_APP_ID :
17+ description : ' The GitHub App ID for authenticating with the GitHub API'
18+ required : true
19+ BOT_PRIVATE_KEY :
20+ description : ' The GitHub App Private Key for authenticating with the GitHub API'
21+ required : true
1522
1623jobs :
1724 preview :
You can’t perform that action at this time.
0 commit comments