Skip to content

Commit

Permalink
fix: update env (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay authored Dec 19, 2024
1 parent 7974ff6 commit 667e724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tpl-mirror-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
helm-push "${tgz}" "${{ inputs.registry-destination }}" --force
done
env:
HURL_HELM_REPO_USERNAME: "${{ secrets.KONSTRUCT_CHARTMUSEUM_USER }}"
HURL_HELM_REPO_PASSWORD: "${{ secrets.KONSTRUCT_CHARTMUSEUM_PASSWORD }}"
HELM_REPO_USERNAME: "${{ secrets.KONSTRUCT_CHARTMUSEUM_USER }}"
HELM_REPO_PASSWORD: "${{ secrets.KONSTRUCT_CHARTMUSEUM_PASSWORD }}"

0 comments on commit 667e724

Please sign in to comment.