Skip to content

Commit f9373fb

Browse files
authored
ci: add the interface to pass secrets to the ci form caller workflows (#990)
1 parent e47dc26 commit f9373fb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/pr-issues-project.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ name: "pr-issues-project"
99

1010
on:
1111
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+
required: true
1219

1320
# issues:
1421
# types:

0 commit comments

Comments
 (0)