Skip to content

Commit 22c6c87

Browse files
committed
updated token for olm release
1 parent bcef5ef commit 22c6c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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

0 commit comments

Comments
 (0)