chore(operator): release ci add necessary inputs to reusable workflow (#14860)

pull/14863/head
Joao Marcal 1 year ago committed by GitHub
parent 94a8572718
commit fbd3292b7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      .github/workflows/operator-reusable-hub-release.yml

@ -9,6 +9,13 @@ on:
repo:
type: string
required: true
secrets:
APP_ID:
type: string
required: true
APP_PRIVATE_KEY:
type: string
required: true
jobs:
create-operator-pull-request:

Loading…
Cancel
Save