@@ -99,20 +99,20 @@ jobs:
9999 if : ${{ inputs.action == 'upload bundle for operatorhub OLM catalog' || inputs.action == 'all' }}
100100 uses : ./vertica-kubernetes/.github/actions/upload-opm-bundle
101101 with :
102- token : ${{ secrets.PAT_TOKEN }}
102+ token : ${{ secrets.OLM_RELEASE }}
103103 version : ${{ env.VERSION }}
104104 upstreamRepo : k8s-operatorhub/community-operators
105- forkRepo : spilchen /community-operators
105+ forkRepo : cchen-vertica /community-operators
106106 localRepoPath : community-operators
107- bundlePath : vertica-kubernetes/ci-artifacts/${{ env.VERSION }}/olm- bundle
107+ bundlePath : vertica-kubernetes/ci-artifacts/${{ env.VERSION }}/release-artifacts/ bundle
108108
109109 - name : Upload the OPM bundle to fork of redhat-openshift-ecosystem/community-operators-prod
110110 if : ${{ inputs.action == 'upload bundle for openshift OLM catalog' || inputs.action == 'all' }}
111111 uses : ./vertica-kubernetes/.github/actions/upload-opm-bundle
112112 with :
113- token : ${{ secrets.PAT_TOKEN }}
113+ token : ${{ secrets.OLM_RELEASE }}
114114 version : ${{ env.VERSION }}
115115 upstreamRepo : redhat-openshift-ecosystem/community-operators-prod
116- forkRepo : spilchen /community-operators-prod
116+ forkRepo : cchen-vertica /community-operators-prod
117117 localRepoPath : community-operators-prod
118- bundlePath : vertica-kubernetes/ci-artifacts/${{ env.VERSION }}/olm- bundle
118+ bundlePath : vertica-kubernetes/ci-artifacts/${{ env.VERSION }}/release-artifacts/ bundle
0 commit comments