File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9898 if : ${{ inputs.action == 'upload bundle for operatorhub OLM catalog' || inputs.action == 'all' }}
9999 uses : ./vertica-kubernetes/.github/actions/upload-opm-bundle
100100 with :
101- token : ${{ secrets.PAT_TOKEN }}
101+ token : ${{ secrets.OLM_RELEASE }}
102102 version : ${{ env.VERSION }}
103103 upstreamRepo : k8s-operatorhub/community-operators
104104 forkRepo : ${{ inputs.olm_catalog_fork_owner }}/community-operators
@@ -109,7 +109,7 @@ jobs:
109109 if : ${{ inputs.action == 'upload bundle for openshift OLM catalog' || inputs.action == 'all' }}
110110 uses : ./vertica-kubernetes/.github/actions/upload-opm-bundle
111111 with :
112- token : ${{ secrets.PAT_TOKEN }}
112+ token : ${{ secrets.OLM_RELEASE }}
113113 version : ${{ env.VERSION }}
114114 upstreamRepo : redhat-openshift-ecosystem/community-operators-prod
115115 forkRepo : ${{ inputs.olm_catalog_fork_owner }}/community-operators-prod
You can’t perform that action at this time.
0 commit comments