Skip to content

Commit

Permalink
chore(operator): fix operator-publish-operator-hub.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoBraveCoding committed Nov 5, 2024
1 parent 0704f5d commit b57a26f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/operator-publish-operator-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ jobs:
with:
org: redhat-openshift-ecosystem
repo: community-operators-prod
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

operator-hub-community-release:
if: startsWith(github.event.release.tag_name, 'operator/')
uses: ./.github/workflows/operator-reusable-hub-release.yml
with:
org: k8s-operatorhub
repo: community-operators
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit b57a26f

Please sign in to comment.