Skip to content

Commit 521de4e

Browse files
committed
ci: Use correct robot user
1 parent e1f8efb commit 521de4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ jobs:
192192
uses: stackabletech/actions/publish-helm-chart@29bea1b451c0c2e994bd495969286f95bf49ed6a # TODO: Use released action
193193
with:
194194
chart-registry-uri: oci.stackable.tech
195-
chart-registry-username: robot$sdp+github-action-build
196-
chart-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
195+
chart-registry-username: robot$sdp-charts+github-action-build
196+
chart-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_CHARTS_GITHUB_ACTION_BUILD_SECRET }}
197197
chart-repository: sdp-charts
198198
chart-directory: deploy/helm/${{ env.OPERATOR_NAME }}
199199
chart-version: ${{ needs.build-container-image.outputs.operator-version }}

0 commit comments

Comments
 (0)