Skip to content

Commit fbd3292

Browse files
chore(operator): release ci add necessary inputs to reusable workflow (#14860)
1 parent 94a8572 commit fbd3292

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎.github/workflows/operator-reusable-hub-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ on:
99
repo:
1010
type: string
1111
required: true
12+
secrets:
13+
APP_ID:
14+
type: string
15+
required: true
16+
APP_PRIVATE_KEY:
17+
type: string
18+
required: true
1219

1320
jobs:
1421
create-operator-pull-request:

0 commit comments

Comments
 (0)