We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47dc26 commit f9373fbCopy full SHA for f9373fb
1 file changed
.github/workflows/pr-issues-project.yaml
@@ -9,6 +9,13 @@ name: "pr-issues-project"
9
10
on:
11
workflow_call:
12
+ secrets:
13
+ PROJECT_APP_ID:
14
+ description: "GitHub App ID for the DevOps Stack Project app"
15
+ required: true
16
+ PROJECT_APP_PRIVATE_KEY:
17
+ description: "GitHub App private key for the DevOps Stack Project app"
18
19
20
# issues:
21
# types:
0 commit comments